From 59023e96023405847b3a91658e0adffecceb993d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C4=BDach?= Date: Mon, 20 May 2019 20:29:23 +0200 Subject: [PATCH] Prevent comment form submit button distortion on iOS (#592) Forgot about that one the last time :-) --- static/css/_article.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/_article.scss b/static/css/_article.scss index 4823f5c..a3843d4 100644 --- a/static/css/_article.scss +++ b/static/css/_article.scss @@ -274,6 +274,7 @@ main .article-meta { // New comment form > form input[type="submit"] { font-size: 1em; + -webkit-appearance: none; } // Respond & delete comment buttons