diff options
author | Stephen Margheim <stephen.margheim@gmail.com> | 2016-01-31 16:07:42 -0600 |
---|---|---|
committer | Stephen Margheim <stephen.margheim@gmail.com> | 2016-01-31 16:07:42 -0600 |
commit | c58c2aaee895298360040931b1b2408b402aedab (patch) | |
tree | 3a7899ce0335ec474692b35b5ea499bb56fa3802 | |
parent | 3216f81eac81e7933da31e2a6fcc12b367deffcb (diff) | |
download | awesomplete-c58c2aaee895298360040931b1b2408b402aedab.zip awesomplete-c58c2aaee895298360040931b1b2408b402aedab.tar.gz awesomplete-c58c2aaee895298360040931b1b2408b402aedab.tar.bz2 |
Add vertical-align and height props to combobox btn css
-rw-r--r-- | style.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -273,8 +273,10 @@ td { border-bottom-right-radius: 0; } #combobox .dropdown-btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; + vertical-align: top; + height: 36.5px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } #combobox .caret { |