fix word wrap and break on quest post

This commit is contained in:
iou1name 2018-06-28 13:54:04 -04:00
parent 41b592fcd1
commit 3b39d55b7b
2 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,7 @@ img {
#questPane {
padding-left: 10px;
padding-right: 32%;
min-width: 0;
}
.questPost {
@ -41,6 +42,11 @@ img {
padding-right: 15px;
}
.questPostData {
word-wrap: break-word;
min-width: 0;
}
#QMPostPane {
display: flex;
}

View File

@ -4,6 +4,7 @@ Miscellaneous tools and help functions.
"""
import os
import re
import urllib
import hashlib
import magic