Prevent long words/links overflowing in questions and comments
This is not a problem in answers. Closes #111
This commit is contained in:
parent
11e8555dae
commit
9de72ea46e
|
@ -3,8 +3,9 @@
|
|||
&__question-user,
|
||||
&__answer-user,
|
||||
&__answer-date {
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 0;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
&__answer-date {
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
|
||||
&__user,
|
||||
&__content {
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 0;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
&__user-avatar {
|
||||
|
|
Loading…
Reference in New Issue