mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-22 03:31:15 +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%
|
width: 68%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd.custitle {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
/* Topic review panel
|
/* Topic review panel
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
#review {
|
#review {
|
||||||
|
|
Loading…
Reference in a new issue