diff options
Diffstat (limited to 'ext/mixed/css')
-rw-r--r-- | ext/mixed/css/display.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index e13d8f91..6e250aa5 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -1000,6 +1000,9 @@ button.action-button[data-icon=source-term]::before { .term-glossary-item::marker { color: var(--text-color-light3); } +.term-glossary { + white-space: pre-line; +} .term-definition-disambiguation-list { color: var(--text-color-light3); } @@ -1337,6 +1340,9 @@ button.action-button[data-icon=source-term]::before { .term-glossary-image-link-text::after { content: ']'; } +.term-glossary-image-description { + white-space: pre-line; +} /* Kanji */ @@ -1398,6 +1404,9 @@ button.action-button[data-icon=source-term]::before { .kanji-glossary-item::marker { color: var(--text-color-light3); } +.kanji-glossary { + white-space: pre-line; +} /* Progress bar */ |