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:
Shubham Padia 2018-06-08 20:28:49 +05:30 committed by Tim Abbott
parent 4c575985c1
commit 5212026620
1 changed files with 1 additions and 8 deletions

View File

@ -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
}
}