mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 19:20:56 +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);
|
padding-top: var(--sl-spacing-3x-small);
|
||||||
max-height: calc(var(--height, 5) * var(--sl-input-height-medium));
|
max-height: calc(var(--height, 5) * var(--sl-input-height-medium));
|
||||||
min-width: 0px;
|
min-width: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
// Limit tag size
|
/* Limit tag size */
|
||||||
|
|
||||||
& > * {
|
.tree_tag {
|
||||||
max-width: 25em;
|
color: green;
|
||||||
}
|
max-width: 25em;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* End tags */
|
/* End tags */
|
||||||
|
Loading…
Reference in New Issue
Block a user