Hi,
We tried following css in the EditorCssFile but it is not working in the editor rendering.
1. Child selector (first descendant).
.rb-inner-small > div .rb-text-small strong{font-size:12px}
2. Pseudo class
div[class^="r-header-small"]{position: relative; width:207px; height:134px}
Is it supported in the editor or there is other way to do this?
Thanks.