zotero/scss/xulElementPatches/dialog.scss
Adomas Venčkauskas c9561f1041 Prevent itemlist in classic cit and edit bibl dialogs from expanding
Also
- Cleanup the XUL of said dialogs
- Refactor, spearate and clarify custom CSS injection into FX XUL
  elements
2024-04-16 11:47:01 +03:00

5 lines
No EOL
142 B
SCSS

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