Prevent comment form submit button distortion on iOS (#592)
Forgot about that one the last time :-)
This commit is contained in:
parent
ad3a8b92d1
commit
59023e9602
|
@ -274,6 +274,7 @@ main .article-meta {
|
|||
// New comment form
|
||||
> form input[type="submit"] {
|
||||
font-size: 1em;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
// Respond & delete comment buttons
|
||||
|
|
Loading…
Reference in New Issue