From 6777669bf58c7ddcd3d7b500f82fecca14fa9d1c Mon Sep 17 00:00:00 2001 From: shonsirsha Date: Tue, 18 Jul 2023 13:17:33 +0200 Subject: [PATCH] frontend: fix margin issue for feetargets to fix the spacing between "Note" & Fee Target components on mobile. --- frontends/web/src/routes/account/send/feetargets.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/web/src/routes/account/send/feetargets.module.css b/frontends/web/src/routes/account/send/feetargets.module.css index e2f86d952b..1764924a23 100644 --- a/frontends/web/src/routes/account/send/feetargets.module.css +++ b/frontends/web/src/routes/account/send/feetargets.module.css @@ -101,7 +101,7 @@ select.priority { margin-top: 0; } -.feeDescription { +.feeProposed { margin: 0; }