From 63acc9b72a3ba5902439411347dde882498815cf Mon Sep 17 00:00:00 2001 From: Albert Alises Date: Mon, 15 Oct 2018 21:21:52 +0200 Subject: [PATCH] CSS height fix for Read Post button [Fixes #921] (#922) * [Fix #909] [ci skip] Added links to testing libraries on testing.md, fixed typo * Fixed height for READ POST button * Fixed heigth for READ POST button --- app/assets/stylesheets/settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/settings.scss b/app/assets/stylesheets/settings.scss index 5db67994a..33c511d2a 100644 --- a/app/assets/stylesheets/settings.scss +++ b/app/assets/stylesheets/settings.scss @@ -209,7 +209,7 @@ } } button { - width: 100px; + width: 130px; padding: 3px 0px; font-size: 1.2em; font-weight: bold;