From 96afd8a840fcfeb855791a19dc35e0903d7ee1a0 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Tue, 22 Nov 2016 00:46:42 -0500 Subject: [PATCH] Left justify form hints --- scss/_gui.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scss/_gui.scss b/scss/_gui.scss index 34c6ca210..291afd375 100644 --- a/scss/_gui.scss +++ b/scss/_gui.scss @@ -240,18 +240,15 @@ input[type="text"], input[type="search"] .form-field-advice-container { position: relative; - width: 100%; } .form-field-advice { position: absolute; top: 0px; left: 0px; - width: 100%; display: flex; flex-direction: column; - justify-content: center; white-space: nowrap; @@ -263,6 +260,9 @@ input[type="text"], input[type="search"] } .form-field-advice__arrow { + text-align: left; + padding-left: 18px; + font-size: 22px; line-height: 0.3; color: darken($color-primary, 5%); @@ -271,8 +271,6 @@ input[type="text"], input[type="search"] .form-field-advice__content-container { display: inline-block; - - text-align: center; } .form-field-advice__content {