mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-10 06:31:50 +00:00
- added forced word wrap for custom titles
This commit is contained in:
parent
cc6c8a32f6
commit
7c441d3656
1 changed files with 4 additions and 0 deletions
|
@ -337,6 +337,10 @@ div[class].topic-actions {
|
|||
width: 68%
|
||||
}
|
||||
|
||||
dd.custitle {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* Topic review panel
|
||||
----------------------------------------*/
|
||||
#review {
|
||||
|
|
Loading…
Reference in a new issue