Fix 13 compatibility issues

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-10-09 17:41:09 +02:00
parent 43b5571315
commit 72fd0fcc9b
4 changed files with 16 additions and 4 deletions

View File

@@ -35,4 +35,15 @@ body:not(.snapjs-left) {
display: none;
}
}
}
}
#commentsTabView .newCommentForm .message {
width: 100%;
margin-left: 0;
padding-right: 0;
display: block;
}
#commentsTabView .comment {
margin-bottom: 0;
}