mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:16:00 +01:00
Remove hidden overflow styling from question user heading
This commit is contained in:
parent
45907c9260
commit
e264a785f4
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue