diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 75e95f845d..4c70493a80 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -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;