diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-20 14:49:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-20 14:59:19 +0200 |
commit | 93ea9c47d989e28405cf1039f89be71e592e36a5 (patch) | |
tree | 76db0d70705d83b3a7feb109985ade3873449ffc /client/src/sass | |
parent | 89724816ae79e0c4f9fba6f47267711f505ec7af (diff) | |
download | PeerTube-93ea9c47d989e28405cf1039f89be71e592e36a5.tar.gz PeerTube-93ea9c47d989e28405cf1039f89be71e592e36a5.tar.zst PeerTube-93ea9c47d989e28405cf1039f89be71e592e36a5.zip |
Improve responsive on small screens
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index d755e7df3..544f39957 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -53,7 +53,6 @@ | |||
53 | -ms-hyphens: auto; | 53 | -ms-hyphens: auto; |
54 | -moz-hyphens: auto; | 54 | -moz-hyphens: auto; |
55 | hyphens: auto; | 55 | hyphens: auto; |
56 | text-align: justify; | ||
57 | } | 56 | } |
58 | 57 | ||
59 | @mixin peertube-input-text($width) { | 58 | @mixin peertube-input-text($width) { |