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
1 changed files with 2 additions and 2 deletions

View File

@ -968,9 +968,9 @@ body.dirty .netFilteringDialog > div.panes > .dynamic > .toolbar #saveRules {
} }
#loggerExportDialog .output { #loggerExportDialog .output {
font: smaller mono; font: smaller mono;
height: 60vh; height: 80vh;
padding: 0.5em; padding: 0.5em;
white-space: pre; white-space: pre-wrap;
} }
#loggerSettingsDialog { #loggerSettingsDialog {