From ddcc03450d33addf2642efc30ddb8c6fe0113cb5 Mon Sep 17 00:00:00 2001 From: decabeza Date: Thu, 22 Nov 2018 12:49:18 +0100 Subject: [PATCH] Improves styles for help text class --- app/assets/stylesheets/layout.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index c4f90791a..73d5eaecc 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -434,6 +434,11 @@ a { text-transform: uppercase; } +.help-text { + line-height: rem-calc(20); + margin-top: 0; +} + // 02. Header // ----------