mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Et2TreeDropdown: Ellipsis on tags
This commit is contained in:
parent
e30fb0cbb8
commit
26b1431c31
@ -114,12 +114,14 @@ export default css`
|
||||
padding-top: var(--sl-spacing-3x-small);
|
||||
max-height: calc(var(--height, 5) * var(--sl-input-height-medium));
|
||||
min-width: 0px;
|
||||
}
|
||||
|
||||
// Limit tag size
|
||||
/* Limit tag size */
|
||||
|
||||
& > * {
|
||||
max-width: 25em;
|
||||
}
|
||||
.tree_tag {
|
||||
color: green;
|
||||
max-width: 25em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* End tags */
|
||||
|
Loading…
Reference in New Issue
Block a user