Fix at address button height

pull/1/head
alexcherman 5 years ago
parent e1e79dfcf5
commit 72b2a146e2
  1. 4
      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;

Loading…
Cancel
Save