fix word wrap and break on quest post
This commit is contained in:
parent
41b592fcd1
commit
3b39d55b7b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user