Prevent comments from overflowing their container (#1857)

Fixes #1851
This commit is contained in:
pkrasicki 2021-11-02 06:01:49 +00:00 committed by GitHub
parent 7dd9ff26b5
commit 506ce48fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,8 @@
font-size: 14px;
margin-left: 68px;
margin-top: 0px;
overflow: hidden;
text-overflow: ellipsis;
}
@ -54,6 +56,7 @@
font-size: 14px;
margin-top: -10px;
margin-left: 70px;
word-wrap: break-word;
}
.commentDate {