diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-20 23:12:39 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-20 23:12:39 -0700 |
commit | d07d255fd331584c7388fd85ce34dc310518abbe (patch) | |
tree | db89baff4c2b07cce90b0e85e300c13ca622b6f2 /yt_channel_about_template.html | |
parent | d170a75a93e7d722345e328235d62e41cbcd6ae0 (diff) | |
download | yt-local-d07d255fd331584c7388fd85ce34dc310518abbe.tar.lz yt-local-d07d255fd331584c7388fd85ce34dc310518abbe.tar.xz yt-local-d07d255fd331584c7388fd85ce34dc310518abbe.zip |
preserve whitespace in descriptions & comments
Diffstat (limited to 'yt_channel_about_template.html')
-rw-r--r-- | yt_channel_about_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |