From 21d34b091bb0dfd6fda9a3626dc3528d252bee15 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 4 May 2022 15:04:36 +0300 Subject: [PATCH] css label fix --- frontend/less/espo/custom.less | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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;