From ef80c66cea945d315336251dbb5efcb06c64189d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Feb 2019 15:52:03 +0100 Subject: Refactor ellipsis CSS --- .../+my-account/my-account-history/my-account-history.component.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/src/app/+my-account/my-account-history') diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.scss b/client/src/app/+my-account/my-account-history/my-account-history.component.scss index e7c6863f1..b5c78e080 100644 --- a/client/src/app/+my-account/my-account-history/my-account-history.component.scss +++ b/client/src/app/+my-account/my-account-history/my-account-history.component.scss @@ -58,12 +58,10 @@ .video-info-account { @include disable-default-a-behaviour; + @include ellipsis; display: block; width: fit-content; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; font-size: 14px; color: $grey-foreground-color; -- cgit v1.2.3