From 72b2a146e2ad0c24d8d4b99a31a783cad87f8f2b Mon Sep 17 00:00:00 2001 From: alexcherman Date: Wed, 6 Nov 2019 11:47:05 +0100 Subject: [PATCH] Fix at address button height --- src/app/tabs/styles/run-tab-styles.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/tabs/styles/run-tab-styles.js b/src/app/tabs/styles/run-tab-styles.js index 4efd19fe56..a4c8fe39fc 100644 --- a/src/app/tabs/styles/run-tab-styles.js +++ b/src/app/tabs/styles/run-tab-styles.js @@ -120,7 +120,7 @@ var css = csjs` margin: 0; min-width: 100px; width: 100px; - /* font-size: 10px; */ + height: 100%; word-break: inherit; border-top-right-radius: 0; border-bottom-right-radius: 0; @@ -128,10 +128,12 @@ var css = csjs` } .atAddressSect { margin-top: 6px; + height: 32px; } .atAddressSect input { border-top-left-radius: 0; border-bottom-left-radius: 0; + height: 100%; } .ataddressinput { padding: .25rem;