aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-20 23:12:39 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-20 23:12:39 -0700
commitd07d255fd331584c7388fd85ce34dc310518abbe (patch)
treedb89baff4c2b07cce90b0e85e300c13ca622b6f2
parentd170a75a93e7d722345e328235d62e41cbcd6ae0 (diff)
downloadyt-local-d07d255fd331584c7388fd85ce34dc310518abbe.tar.lz
yt-local-d07d255fd331584c7388fd85ce34dc310518abbe.tar.xz
yt-local-d07d255fd331584c7388fd85ce34dc310518abbe.zip
preserve whitespace in descriptions & comments
-rw-r--r--youtube/comments.css2
-rw-r--r--youtube/shared.css2
-rw-r--r--yt_channel_about_template.html2
3 files changed, 3 insertions, 3 deletions
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;
diff --git a/yt_channel_about_template.html b/yt_channel_about_template.html
index 1395522..af61a3d 100644
--- a/yt_channel_about_template.html
+++ b/yt_channel_about_template.html
@@ -38,7 +38,7 @@
padding: 5px 75px;
}
.description{
- white-space: pre-line;
+ white-space: pre-wrap;
min-width: 0;
}