Remove hidden overflow styling from question user heading

This commit is contained in:
Andreas Nedbal 2024-03-02 21:38:20 +01:00 committed by Andreas Nedbal
parent 45907c9260
commit e264a785f4
1 changed files with 4 additions and 1 deletions

View File

@ -10,10 +10,13 @@
&__text, &__text,
&__user { &__user {
margin-bottom: 0; margin-bottom: 0;
overflow: hidden;
word-break: break-word; word-break: break-word;
} }
&__text {
overflow: hidden;
}
&--sticky { &--sticky {
border-radius: 0; border-radius: 0;
width: 100%; width: 100%;