mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Et2Select: Vertically center multiple tags
This commit is contained in:
parent
53e868b47b
commit
69ce014aa6
@ -104,6 +104,10 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
||||
overflow-y: auto;
|
||||
gap: 0.1rem 0.5rem;
|
||||
}
|
||||
.select--medium .select__tags {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
:host([rows]) .select__tags {
|
||||
max-height: calc(var(--rows, 5) * 1.35rem);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user