From d07d255fd331584c7388fd85ce34dc310518abbe Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 20 Jul 2018 23:12:39 -0700 Subject: preserve whitespace in descriptions & comments --- youtube/comments.css | 2 +- youtube/shared.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'youtube') diff --git a/youtube/comments.css b/youtube/comments.css index 0461a52..fb3e629 100644 --- a/youtube/comments.css +++ b/youtube/comments.css @@ -30,7 +30,7 @@ .comment .text{ grid-column: 2 / span 2; grid-row: 2; - white-space: pre-line; + white-space: pre-wrap; min-width: 0; } diff --git a/youtube/shared.css b/youtube/shared.css index 670a1b3..561642f 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -180,7 +180,7 @@ address{ .full-item .description{ background-color:#d0d0d0; margin-top:8px; - white-space: pre-line; + white-space: pre-wrap; min-width: 0; grid-column: 1 / span 2; -- cgit v1.2.3