c9561f1041
Also - Cleanup the XUL of said dialogs - Refactor, spearate and clarify custom CSS injection into FX XUL elements
5 lines
No EOL
142 B
SCSS
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;
|
|
} |