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%;