mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix bad CSS style
This commit is contained in:
parent
7fee16a4bd
commit
cd736b515c
1 changed files with 1 additions and 1 deletions
|
|
@ -967,7 +967,7 @@ body.dirty .netFilteringDialog > div.panes > .dynamic > .toolbar #saveRules {
|
||||||
background-color: rgb(var(--primary-70) / 40%);
|
background-color: rgb(var(--primary-70) / 40%);
|
||||||
}
|
}
|
||||||
#loggerExportDialog .output {
|
#loggerExportDialog .output {
|
||||||
font: smaller mono;
|
font-size: small;
|
||||||
height: 80vh;
|
height: 80vh;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue