From be1654283e3f88f66ad4c19271740e4de40ef230 Mon Sep 17 00:00:00 2001 From: John Feras Date: Thu, 25 Jan 2024 15:23:45 -0500 Subject: [PATCH] Fix mobile layout for batch send with confusable warning --- frontend/src/pages/AccountSend.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/AccountSend.vue b/frontend/src/pages/AccountSend.vue index ded26106..abb46e7b 100644 --- a/frontend/src/pages/AccountSend.vue +++ b/frontend/src/pages/AccountSend.vue @@ -317,7 +317,9 @@ lazy-rules :rules="(value: string) => isValidId(value, index)" /> - +
+ {{ batchSends[index].warning }} +
{{ $t('Send.select-token') }}
@@ -346,10 +348,6 @@ /> -
-
- {{ batchSends[index].warning }} -