diff --git a/lib/pangea/learning_settings/widgets/country_picker_tile.dart b/lib/pangea/learning_settings/widgets/country_picker_tile.dart index b02827638..63235a074 100644 --- a/lib/pangea/learning_settings/widgets/country_picker_tile.dart +++ b/lib/pangea/learning_settings/widgets/country_picker_tile.dart @@ -100,19 +100,17 @@ class CountryPickerTile extends StatelessWidget { style: const TextStyle(fontSize: 25), ), const SizedBox(width: 10), - Expanded( - child: Text( - CountryDisplayUtil.countryDisplayName( - country.name, - context, - ) ?? - '', - style: const TextStyle().copyWith( - color: Theme.of(context).textTheme.bodyLarge!.color, - fontSize: 14, - ), - overflow: TextOverflow.ellipsis, + Text( + CountryDisplayUtil.countryDisplayName( + country.name, + context, + ) ?? + '', + style: const TextStyle().copyWith( + color: Theme.of(context).textTheme.bodyLarge!.color, + fontSize: 14, ), + overflow: TextOverflow.ellipsis, ), if (isDropdown) Icon(