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

Minor CSS changes in logger's 'Export' tool

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

View File

@ -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 {