zotero/scss/xulElementPatches/dialog.scss

5 lines
142 B
SCSS
Raw Normal View History

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