Merge pull request #186 from Retrospring/fix/line-overflow

Prevent line overflow in comments and question headers
This commit is contained in:
Karina Kwiatek 2021-08-11 23:08:08 +02:00 committed by GitHub
commit f94519ccfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,9 @@
&__question-user,
&__answer-user,
&__answer-date {
margin-bottom: 0px;
margin-bottom: 0;
overflow: hidden;
word-break: break-all;
}
&__answer-date {

View File

@ -8,7 +8,8 @@
&__user,
&__content {
margin-bottom: 0px;
margin-bottom: 0;
word-break: break-all;
}
&__user-avatar {