1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Fix bad CSS style

This commit is contained in:
Raymond Hill 2024-01-27 07:54:37 -05:00
parent 7fee16a4bd
commit cd736b515c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -967,7 +967,7 @@ body.dirty .netFilteringDialog > div.panes > .dynamic > .toolbar #saveRules {
background-color: rgb(var(--primary-70) / 40%);
}
#loggerExportDialog .output {
font: smaller mono;
font-size: small;
height: 80vh;
padding: 0.5em;
white-space: pre-wrap;