If description field is empty hide it as it has margin

This commit is contained in:
Paul Clarke 2016-09-30 10:23:58 +13:00
parent d6a24f4133
commit 5f92e12911

View File

@ -76,6 +76,10 @@
padding-bottom: $input-padding-y;
margin-bottom: 0;
font-size: $font-size-sm;
&:empty {
display: none;
}
}
.form__field-extra-label {