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 {
|
||||
font: smaller mono;
|
||||
height: 60vh;
|
||||
height: 80vh;
|
||||
padding: 0.5em;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#loggerSettingsDialog {
|
||||
|
|
Loading…
Reference in New Issue