mirror of https://github.com/zulip/zulip.git
pills: Explicitly declare height of input pill as 20px.
Adding the 20*20 image inside the pill caused a minor increase in pill height. Making the image 19*19 causes some increase in the height under different zoom conditions. I'm not sure about the reason behind this, so this can be counted as a hack.
This commit is contained in:
parent
e5f28e8960
commit
549d5af1a3
|
@ -14,6 +14,7 @@
|
|||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
height: 20px;
|
||||
padding: 0px 18px 0px 3px;
|
||||
margin: 1px 1px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue