Merge pull request #186 from Retrospring/fix/line-overflow
Prevent line overflow in comments and question headers
This commit is contained in:
commit
f94519ccfc
|
@ -3,8 +3,9 @@
|
||||||
&__question-user,
|
&__question-user,
|
||||||
&__answer-user,
|
&__answer-user,
|
||||||
&__answer-date {
|
&__answer-date {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__answer-date {
|
&__answer-date {
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
|
|
||||||
&__user,
|
&__user,
|
||||||
&__content {
|
&__content {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__user-avatar {
|
&__user-avatar {
|
||||||
|
|
Loading…
Reference in New Issue