Give nm columnselection more width & height

This commit is contained in:
nathan 2022-08-19 14:51:32 -06:00
parent 49e9dc660d
commit 3c6a8c559f

View File

@ -22,6 +22,7 @@ export class Et2ColumnSelection extends Et2InputWidget(LitElement)
css` css`
:host { :host {
max-height: inherit; max-height: inherit;
min-width: 35em;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1 1 auto; flex: 1 1 auto;
@ -30,7 +31,7 @@ export class Et2ColumnSelection extends Et2InputWidget(LitElement)
sl-menu { sl-menu {
flex: 1 10 auto; flex: 1 10 auto;
overflow-y: auto; overflow-y: auto;
max-height: 40em; max-height: 50em;
} }
/* Drag handle on columns (not individual custom fields or search letter) */ /* Drag handle on columns (not individual custom fields or search letter) */
sl-menu > .select_row::part(base) { sl-menu > .select_row::part(base) {