Prevent comment form submit button distortion on iOS #592

Merged
marek-lach merged 1 commits from marek-lach-patch-1 into master 5 years ago

@ -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…
Cancel
Save