From ef80c66cea945d315336251dbb5efcb06c64189d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Feb 2019 15:52:03 +0100 Subject: Refactor ellipsis CSS --- client/src/app/app.component.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'client/src/app/app.component.scss') 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 @@ overflow: hidden; .instance-name { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + @include ellipsis; + width: 100%; } -- cgit v1.2.3