aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-02-20 15:52:03 +0100
committerChocobozzz <me@florianbigard.com>2019-02-20 15:52:03 +0100
commitef80c66cea945d315336251dbb5efcb06c64189d (patch)
tree1f40fb3c95bc285c749e035832af2bfb81decd34 /client/src/app/app.component.scss
parent6d28a5056efc68da51c7ef00d563f3557a72bc49 (diff)
downloadPeerTube-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.scss5
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