mirror of https://github.com/zulip/zulip.git
search: Change letter-spacing to normal for search box.
The letter-spacing was changed last in commit
fc4d80d941
which is about a 5 year old
commit at the point of writing. The change is removed as I did not
notice any visual change on removing it. Changing the letter spacing to
normal lets the text in the pills be seen legibly, otherwise the characters
were overlapping.
This commit is contained in:
parent
4c575985c1
commit
5212026620
|
@ -1941,15 +1941,8 @@ nav a .no-style {
|
|||
}
|
||||
|
||||
#search_arrows {
|
||||
/* Bootstrap wants font-size: 0 to eliminate space between
|
||||
the buttons. We need to inherit the font size, so we
|
||||
remove the button gap by adjusting "letter" spacing. */
|
||||
font-size: 90%;
|
||||
letter-spacing: -.3em;
|
||||
}
|
||||
|
||||
#search_arrows .input {
|
||||
letter-spacing: normal;
|
||||
letter-spacing: normal
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue