Commit 72b2a146 authored by alexcherman's avatar alexcherman

Fix at address button height

parent e1e79dfc
...@@ -120,7 +120,7 @@ var css = csjs` ...@@ -120,7 +120,7 @@ var css = csjs`
margin: 0; margin: 0;
min-width: 100px; min-width: 100px;
width: 100px; width: 100px;
/* font-size: 10px; */ height: 100%;
word-break: inherit; word-break: inherit;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
...@@ -128,10 +128,12 @@ var css = csjs` ...@@ -128,10 +128,12 @@ var css = csjs`
} }
.atAddressSect { .atAddressSect {
margin-top: 6px; margin-top: 6px;
height: 32px;
} }
.atAddressSect input { .atAddressSect input {
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
height: 100%;
} }
.ataddressinput { .ataddressinput {
padding: .25rem; padding: .25rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment