Left justify form hints

This commit is contained in:
Alex Liebowitz 2016-11-22 00:46:42 -05:00
parent 8b13f341b6
commit 96afd8a840

View file

@ -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 {