diff options
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/shared.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/templates/shared.css b/youtube/templates/shared.css index 2288a34..3dd48ac 100644 --- a/youtube/templates/shared.css +++ b/youtube/templates/shared.css @@ -341,6 +341,7 @@ h1{ font-weight: normal; } #error-box, #error-message{ + white-space: pre-wrap; background-color: var(--interface-color); width: 80%; margin: auto; |