mirror of https://github.com/gorhill/uBlock.git
Minor CSS changes in logger's 'Export' tool
This commit is contained in:
parent
9d1d5f9839
commit
7fee16a4bd
|
@ -968,9 +968,9 @@ body.dirty .netFilteringDialog > div.panes > .dynamic > .toolbar #saveRules {
|
||||||
}
|
}
|
||||||
#loggerExportDialog .output {
|
#loggerExportDialog .output {
|
||||||
font: smaller mono;
|
font: smaller mono;
|
||||||
height: 60vh;
|
height: 80vh;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loggerSettingsDialog {
|
#loggerSettingsDialog {
|
||||||
|
|
Loading…
Reference in New Issue