Remove hidden overflow styling from question user heading
This commit is contained in:
parent
45907c9260
commit
e264a785f4
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue