mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Give nm columnselection more width & height
This commit is contained in:
parent
49e9dc660d
commit
3c6a8c559f
@ -22,6 +22,7 @@ export class Et2ColumnSelection extends Et2InputWidget(LitElement)
|
||||
css`
|
||||
:host {
|
||||
max-height: inherit;
|
||||
min-width: 35em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1 1 auto;
|
||||
@ -30,7 +31,7 @@ export class Et2ColumnSelection extends Et2InputWidget(LitElement)
|
||||
sl-menu {
|
||||
flex: 1 10 auto;
|
||||
overflow-y: auto;
|
||||
max-height: 40em;
|
||||
max-height: 50em;
|
||||
}
|
||||
/* Drag handle on columns (not individual custom fields or search letter) */
|
||||
sl-menu > .select_row::part(base) {
|
||||
|
Loading…
Reference in New Issue
Block a user