From da0a52e3cb5c9ab00764d8e53722f8063d778cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 30 Mar 2017 02:19:26 -0400 Subject: [PATCH] Fix wrong font size in help center labels This only concerns plain texts, not `` or ``. --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 6c5ac484..3287eba4 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1327,6 +1327,7 @@ kbd { #help .help-item .subject, #help .help-item .description { display: table-cell; + font-size: 14px; padding-bottom: 15px; } @@ -1337,7 +1338,6 @@ kbd { } #help .help-item .description p { - font-size: 14px; margin-bottom: 0; }