diff options
author | Gérald Niel <gerald.niel@gegeweb.org> | 2018-04-17 18:55:14 +0200 |
---|---|---|
committer | Gérald Niel <gerald.niel@gegeweb.org> | 2018-04-17 18:55:14 +0200 |
commit | ea5cd0fa2cdc7655ed5ecf134dedd52400837ef2 (patch) | |
tree | 437655e3594d368978fe0981f106c5532eb46b9d /client | |
parent | 66dc59076413b9a4aa0899d3192b0bdf03ee654d (diff) | |
download | PeerTube-ea5cd0fa2cdc7655ed5ecf134dedd52400837ef2.tar.gz PeerTube-ea5cd0fa2cdc7655ed5ecf134dedd52400837ef2.tar.zst PeerTube-ea5cd0fa2cdc7655ed5ecf134dedd52400837ef2.zip |
See commit 2a97572 fix #397 (regression)
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index 3ebeccd4b..9b7bc7351 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -215,7 +215,8 @@ | |||
215 | font-size: 15px; | 215 | font-size: 15px; |
216 | 216 | ||
217 | .video-info-description-html { | 217 | .video-info-description-html { |
218 | word-wrap: break-word; | 218 | word-break: normal; |
219 | word-wrap: normal; | ||
219 | text-align: justify; | 220 | text-align: justify; |
220 | } | 221 | } |
221 | 222 | ||
@@ -251,6 +252,8 @@ | |||
251 | } | 252 | } |
252 | 253 | ||
253 | .other-videos { | 254 | .other-videos { |
255 | padding-left: 1em; | ||
256 | |||
254 | .title-page { | 257 | .title-page { |
255 | margin-top: 0; | 258 | margin-top: 0; |
256 | } | 259 | } |