From d8194e121a1aefd320d2bbb7aac974fe56786b8f Mon Sep 17 00:00:00 2001 From: DorraJaouad Date: Mon, 12 Aug 2024 11:26:46 +0200 Subject: [PATCH] fix: align placeholders Signed-off-by: DorraJaouad --- src/App.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 69924147..e8fd7d72 100644 --- a/src/App.vue +++ b/src/App.vue @@ -174,10 +174,14 @@ export default { .whitelist__ip { width: 300px !important; + height: var(--default-clickable-area); + line-height: var(--default-clickable-area); } .whitelist__mask { - width: 100px !important;; + width: 100px !important; + height: var(--default-clickable-area); + line-height: var(--default-clickable-area); } .whitelist__submit {