TF-816: get list email forward

This commit is contained in:
ManhNTX
2022-08-18 10:18:59 +07:00
committed by Dat H. Pham
parent 35eb29c1cf
commit c171f5fc24
26 changed files with 447 additions and 24 deletions
@@ -55,7 +55,7 @@ class EmailRulesView extends GetWidget<EmailRulesController> with AppLoaderMixin
_responsiveUtils.isTablet(context)) {
return const EdgeInsets.only(right: 32, top: 16, bottom: 16);
} else {
return const EdgeInsets.only(right: 32, top: 16, bottom: 16);
return const EdgeInsets.only(top: 16, bottom: 16, right: 28, left: 20);
}
}
}