Merge pull request #8994 from umbraco/v8/bugfix/8924-clear-both-without-description

fixes 8924, Always clear both
This commit is contained in:
Warren Buckley
2020-10-01 10:59:15 +01:00
committed by GitHub

View File

@@ -208,6 +208,13 @@ umb-property:last-of-type .umb-control-group {
.control-description {
display: block;
clear: both;
overflow-wrap: break-word;
}
&::after {
content: '';
display: block;
clear: both;
}
}