TF-4038 Increase margin top of email modal
This commit is contained in:
@@ -60,8 +60,8 @@ class DesktopEditRecipientsView extends StatelessWidget {
|
|||||||
padding: const EdgeInsetsDirectional.only(
|
padding: const EdgeInsetsDirectional.only(
|
||||||
start: 16,
|
start: 16,
|
||||||
end: 16,
|
end: 16,
|
||||||
top: 21,
|
top: 36,
|
||||||
bottom: 21,
|
bottom: 12,
|
||||||
),
|
),
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
|||||||
Reference in New Issue
Block a user