fix word wrap and break on quest post
This commit is contained in:
parent
41b592fcd1
commit
3b39d55b7b
@ -30,6 +30,7 @@ img {
|
|||||||
#questPane {
|
#questPane {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 32%;
|
padding-right: 32%;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.questPost {
|
.questPost {
|
||||||
@ -41,6 +42,11 @@ img {
|
|||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.questPostData {
|
||||||
|
word-wrap: break-word;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#QMPostPane {
|
#QMPostPane {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user