diff options
author | Gérald Niel <gerald.niel@gegeweb.org> | 2018-04-11 19:23:18 +0200 |
---|---|---|
committer | Gérald Niel <gerald.niel@gegeweb.org> | 2018-04-11 19:23:18 +0200 |
commit | 33bacf9cfe1f33526f2aa6601f724350e4f005dd (patch) | |
tree | b4618428ba75a1b0b50ee6a72b1b17f5dcaed21b | |
parent | e3f9a06a73e4b6f3ac98d69391a7ca4713f098c1 (diff) | |
download | PeerTube-33bacf9cfe1f33526f2aa6601f724350e4f005dd.tar.gz PeerTube-33bacf9cfe1f33526f2aa6601f724350e4f005dd.tar.zst PeerTube-33bacf9cfe1f33526f2aa6601f724350e4f005dd.zip |
Fix indetation (I hope!)
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comment.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.scss b/client/src/app/videos/+video-watch/comment/video-comment.component.scss index 6658e35e8..3b0b7eafd 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.scss | |||
@@ -46,7 +46,7 @@ | |||
46 | .comment-html { | 46 | .comment-html { |
47 | word-wrap: initial; | 47 | word-wrap: initial; |
48 | word-break: normal; | 48 | word-break: normal; |
49 | text-align: justify; | 49 | text-align: justify; |
50 | 50 | ||
51 | /deep/ a { | 51 | /deep/ a { |
52 | @include disable-default-a-behaviour; | 52 | @include disable-default-a-behaviour; |