Vertically center topic editing input in Safari. (#4325)

This commit is contained in:
John Sullivan 2021-10-09 22:23:58 -07:00 committed by GitHub
parent 7b28d3c0f8
commit 2ab671664e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1067,6 +1067,7 @@ textarea.input {
height: 35px;
overflow: hidden;
font-size: 14px;
line-height: normal;
outline: none;
}