From e264a785f4b53d5f43ed96f28845da8888d19fec Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 2 Mar 2024 21:38:20 +0100 Subject: [PATCH] Remove hidden overflow styling from question user heading --- app/assets/stylesheets/components/_question.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/_question.scss b/app/assets/stylesheets/components/_question.scss index 491aa3d8..e3425bc0 100644 --- a/app/assets/stylesheets/components/_question.scss +++ b/app/assets/stylesheets/components/_question.scss @@ -10,10 +10,13 @@ &__text, &__user { margin-bottom: 0; - overflow: hidden; word-break: break-word; } + &__text { + overflow: hidden; + } + &--sticky { border-radius: 0; width: 100%;