diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-20 15:52:03 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-20 15:52:03 +0100 |
commit | ef80c66cea945d315336251dbb5efcb06c64189d (patch) | |
tree | 1f40fb3c95bc285c749e035832af2bfb81decd34 /client/src/app/app.component.scss | |
parent | 6d28a5056efc68da51c7ef00d563f3557a72bc49 (diff) | |
download | PeerTube-ef80c66cea945d315336251dbb5efcb06c64189d.tar.gz PeerTube-ef80c66cea945d315336251dbb5efcb06c64189d.tar.zst PeerTube-ef80c66cea945d315336251dbb5efcb06c64189d.zip |
Refactor ellipsis CSS
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 881f3ff31..3f8b9777a 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -48,9 +48,8 @@ | |||
48 | overflow: hidden; | 48 | overflow: hidden; |
49 | 49 | ||
50 | .instance-name { | 50 | .instance-name { |
51 | overflow: hidden; | 51 | @include ellipsis; |
52 | text-overflow: ellipsis; | 52 | |
53 | white-space: nowrap; | ||
54 | width: 100%; | 53 | width: 100%; |
55 | } | 54 | } |
56 | 55 | ||