Remove hidden overflow styling from question user heading
This commit is contained in:
parent
45907c9260
commit
e264a785f4
|
@ -10,10 +10,13 @@
|
|||
&__text,
|
||||
&__user {
|
||||
margin-bottom: 0;
|
||||
overflow: hidden;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
&__text {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&--sticky {
|
||||
border-radius: 0;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue