mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
css label fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user