From 51da474940947bd7e6c4b91407ab4783b72c60f4 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 14 Aug 2018 11:27:07 -0400 Subject: [PATCH] cleanup clear labels from floating elements --- styles/elements/_inputs.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/elements/_inputs.scss b/styles/elements/_inputs.scss index 3bf06523..262d51f6 100644 --- a/styles/elements/_inputs.scss +++ b/styles/elements/_inputs.scss @@ -70,6 +70,7 @@ @include h4; @include line-max; position: relative; + clear: both; .icon-validation { position: absolute; @@ -79,7 +80,7 @@ margin-left: $gap; } } - + .usa-input__title { display: flex; align-items: center; @@ -90,7 +91,7 @@ margin-left: $gap/2; } } - + .usa-input__help { @include h4; font-weight: normal;