5 lines
142 B
SCSS
5 lines
142 B
SCSS
|
// Without this any richlistboxes within the dialog element will expand vertically
|
||
|
// beyond the limits of the dialog
|
||
|
vbox {
|
||
|
min-height: 0;
|
||
|
}
|