Merge pull request #8994 from umbraco/v8/bugfix/8924-clear-both-without-description
fixes 8924, Always clear both
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user