css label fix

This commit is contained in:
Yuri Kuznetsov
2022-05-04 15:04:36 +03:00
parent fd19aa8b2e
commit 21d34b091b

View File

@@ -950,9 +950,13 @@ ul.dropdown-menu > li.checkbox:last-child {
}
.multi-enum-item-label-container {
margin-bottom: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-bottom: 4px;
&:last-child {
margin-bottom: 0;
padding-bottom: 1px;
}
.label-md {
@@ -961,6 +965,12 @@ ul.dropdown-menu > li.checkbox:last-child {
}
}
.field {
> .label {
white-space: normal;
}
}
.filter > .form-group .field {
.link-container {
font-size: @font-size-small;