Fix sporadic rounding on message search bar. (#4333)

This is fixed in the same way as #4328.
This commit is contained in:
John Sullivan 2021-10-17 22:11:08 -07:00 committed by GitHub
parent 5d76ed888c
commit 80acbc7c06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ form.message-search input {
border: 0;
color: inherit;
background-color: #fafafa;
appearance: none;
}
form.message-search input::placeholder {