mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Minor CSS changes in logger's 'Export' tool
This commit is contained in:
parent
9d1d5f9839
commit
7fee16a4bd
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue