lets clear both without description needed. + word-wrap for long words.

This commit is contained in:
Niels Lyngsø
2020-09-30 15:02:15 +02:00
parent 0eaa730f72
commit 5c47edbcdf

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;
}
}