Support line breaks in comments + CSS changes

This commit is contained in:
Sander Ferdinand 2018-10-25 23:48:49 +02:00
parent e3252d0071
commit a6ce535b4e
No known key found for this signature in database
GPG key ID: 7BBC83D7A8810AAB
7 changed files with 44 additions and 16 deletions

View file

@ -432,7 +432,7 @@ span.username a{
.comment-container a.reply{
margin-bottom:2px;
font-family: Verdana, Geneva, sans-serif;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
font-size: 11pt;
text-decoration: underline;
color: black;
@ -652,4 +652,17 @@ ul.b {
.container>.content h3,
.container>.content h4{
margin-bottom:20px;
}
.comment-container .media-body span.body {
word-wrap: break-word;
display: block;
margin-top: 4px;
margin-bottom: 4px;
}
.comment-container .media-body span.body img {
margin-top:10px;
margin-bottom:10px;
}

BIN
funding/static/reply.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB