From b126ce1aa674db4f8dd4e29d25e8ebd6b9c03c39 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 29 Nov 2020 18:56:22 -0800 Subject: Video comments: replace with error message if there is error Such as 429 error, or an exception --- youtube/templates/shared.css | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube/templates/shared.css') diff --git a/youtube/templates/shared.css b/youtube/templates/shared.css index ee0ceec..2863e7b 100644 --- a/youtube/templates/shared.css +++ b/youtube/templates/shared.css @@ -355,6 +355,7 @@ h1{ margin-bottom: 10px; } .code-box{ + white-space: pre-wrap; padding: 5px; border-style:solid; border-width:1px; -- cgit v1.2.3