aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
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