fix: #8064, break-word on post-queue
parent
7ed002a138
commit
1bda92e3fc
@ -1,8 +0,0 @@
|
||||
.posts-list {
|
||||
.post-content-editable {
|
||||
textarea {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
/*
|
||||
Post queue page CSS
|
||||
- Originally in ACP
|
||||
- Now available in front-end for global mods as well
|
||||
*/
|
||||
.posts-list {
|
||||
.topic-title {
|
||||
word-break: break-word;
|
||||
}
|
||||
.post-content {
|
||||
word-break: break-word;
|
||||
}
|
||||
.post-content-editable {
|
||||
textarea {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue