From 5c86ca6a3040ad767d16bfb8065c7680fe2522be Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 18 Dec 2019 18:40:05 +0100 Subject: [PATCH] text fix --- frontend/app/shared/components/comment.component.html | 2 +- frontend/app/shared/components/comment.component.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/app/shared/components/comment.component.html b/frontend/app/shared/components/comment.component.html index 8ffa2f502..937f5b5c3 100644 --- a/frontend/app/shared/components/comment.component.html +++ b/frontend/app/shared/components/comment.component.html @@ -2,7 +2,7 @@
-
+
{{comment.user | sqxUserNameRef}}
diff --git a/frontend/app/shared/components/comment.component.scss b/frontend/app/shared/components/comment.component.scss index edd70a03b..5d96c7a97 100644 --- a/frontend/app/shared/components/comment.component.scss +++ b/frontend/app/shared/components/comment.component.scss @@ -20,6 +20,11 @@ } } +.col-right { + overflow-wrap: break-word; + overflow-x: hidden; +} + .comment { & { font-size: .9rem;