Closed keul closed 11 years ago
Inside forums where TinyMCE is enabled, a CSS rules (there: https://github.com/collective/Products.Ploneboard/blob/24d29a6d46879b4f84b02ef6911873e95f47d754/src/Products/Ploneboard/browser/ploneboard.css#L123) is also hiding styles for UL and OL of TinyMCE.
If we can't change it in a better rules, this additional rules fixes problem for me:
.boardConversation .boardCommentBody li { list-style: inherit; }
Is this fixed with your commit a00f189deddf9aa3e4c27d4fbeefeed7733f5422 ?
Yes, is the same issue
Inside forums where TinyMCE is enabled, a CSS rules (there: https://github.com/collective/Products.Ploneboard/blob/24d29a6d46879b4f84b02ef6911873e95f47d754/src/Products/Ploneboard/browser/ploneboard.css#L123) is also hiding styles for UL and OL of TinyMCE.
If we can't change it in a better rules, this additional rules fixes problem for me:
.boardConversation .boardCommentBody li { list-style: inherit; }