1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-04 01:45:15 +02:00

Fixes #4273 - Fixes TinyMce rendering of bootstrap 3-column grid.

This commit is contained in:
Cameron 2020-11-30 17:36:38 -08:00
parent 86cf903908
commit a81a5789e4

View File

@ -92,4 +92,5 @@ ul { padding-bottom:8px }
.mce-visualblocks .animated.slideOutRight:after { content: "slideOutRight" !important }
.mce-visualblocks .animated.slideOutUp:after { content: "slideOutUp" !important }*/
.mce-visualblocks .animated:after,
.mce-visualblocks .wow:after { content: attr(class); !important }
.mce-visualblocks .wow:after { content: attr(class); !important }
.mce-visualblocks div:not([data-mce-bogus]) { margin-left: auto !important; }