aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-history
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-history')
-rw-r--r--client/src/app/+my-account/my-account-history/my-account-history.component.scss4
1 files changed, 1 insertions, 3 deletions
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 @@
58 58
59 .video-info-account { 59 .video-info-account {
60 @include disable-default-a-behaviour; 60 @include disable-default-a-behaviour;
61 @include ellipsis;
61 62
62 display: block; 63 display: block;
63 width: fit-content; 64 width: fit-content;
64 overflow: hidden;
65 text-overflow: ellipsis;
66 white-space: nowrap;
67 font-size: 14px; 65 font-size: 14px;
68 color: $grey-foreground-color; 66 color: $grey-foreground-color;
69 67