You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
353 B
Plaintext

/*
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;
}
}
}