diff --git a/lib/shared/picker_item.dart b/lib/shared/picker_item.dart index 4c3fb9ab1..ae7dc7b5c 100644 --- a/lib/shared/picker_item.dart +++ b/lib/shared/picker_item.dart @@ -39,8 +39,6 @@ class PickerItem extends StatelessWidget { title: labelWidget ?? Text( label, - softWrap: false, - overflow: TextOverflow.fade, style: (textTheme?.bodyMedium ?? theme.textTheme.bodyMedium)?.copyWith( color: (textTheme?.bodyMedium ?? theme.textTheme.bodyMedium)?.color?.withOpacity(onSelected == null ? 0.5 : 1), ),