mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
If description field is empty hide it as it has margin
This commit is contained in:
parent
d6a24f4133
commit
5f92e12911
@ -76,6 +76,10 @@
|
|||||||
padding-bottom: $input-padding-y;
|
padding-bottom: $input-padding-y;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
|
|
||||||
|
&:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form__field-extra-label {
|
.form__field-extra-label {
|
||||||
|
Loading…
Reference in New Issue
Block a user