mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
Fix suffix positioning
This commit is contained in:
parent
46836dff66
commit
daf69d0040
@ -103,6 +103,7 @@ export default css`
|
|||||||
|
|
||||||
.tree-dropdown__tags {
|
.tree-dropdown__tags {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex: 2 1 auto;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.1rem 0.5rem;
|
gap: 0.1rem 0.5rem;
|
||||||
min-height: var(--sl-input-height-medium);
|
min-height: var(--sl-input-height-medium);
|
||||||
|
Loading…
Reference in New Issue
Block a user