Skip to content

Commit

Permalink
Prevent comment form submit button distortion on iOS (#592)
Browse files Browse the repository at this point in the history
Forgot about that one the last time :-)
  • Loading branch information
Marek Ľach authored and elegaanz committed May 20, 2019
1 parent ad3a8b9 commit 59023e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ main .article-meta {
// New comment form
> form input[type="submit"] {
font-size: 1em;
-webkit-appearance: none;
}

// Respond & delete comment buttons
Expand Down

0 comments on commit 59023e9

Please sign in to comment.