TF-3704 Fix padding left Folders text on mobile/tablet responsive web
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -182,7 +182,7 @@ class MailboxView extends BaseMailboxView {
|
||||
Expanded(
|
||||
child: Padding(
|
||||
padding: EdgeInsetsDirectional.only(
|
||||
start: controller.responsiveUtils.isWebDesktop(context) ? 0 : 12,
|
||||
start: controller.responsiveUtils.isWebDesktop(context) ? 0 : 16,
|
||||
),
|
||||
child: Text(
|
||||
AppLocalizations.of(context).folders,
|
||||
|
||||
Reference in New Issue
Block a user