- added forced word wrap for custom titles

This commit is contained in:
Rachael Alexanderson 2017-12-12 10:20:02 -06:00
parent cc6c8a32f6
commit 7c441d3656

View file

@ -337,6 +337,10 @@ div[class].topic-actions {
width: 68%
}
dd.custitle {
word-wrap: break-word;
}
/* Topic review panel
----------------------------------------*/
#review {