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 // ----------