TF-1958 Fix "To" and "Cc" fields are not displayed in the single line on RTL mode

(cherry picked from commit c48dff29e37a0d9562b1ba7ce744d57cdae5ebaf)
This commit is contained in:
dab246
2023-07-06 17:16:10 +07:00
committed by Dat Vu
parent 657afb67b9
commit ec3fcc7852
2 changed files with 40 additions and 38 deletions
@@ -109,7 +109,7 @@ class ChangeLanguageButtonWidget extends StatelessWidget {
),
color: AppColor.colorItemSelected,
),
padding: const EdgeInsets.only(left: 12, right: 10),
padding: const EdgeInsetsDirectional.only(start: 12, end: 10),
child: Row(children: [
Expanded(child: Text(
_controller.languageSelected.value.getLanguageNameByCurrentLocale(context),