I am currently using JSF with RichFaces version v.3.3.1.GA. I am trying to decrease the height style of the rich:editor tag (using TinyMCE), but for some reason it does not seem to be changing.
<rich:editor id="transactionResult" style="height: 10px;" height="10"
value="#{transactionsHome.instance.transactionResult}"
theme="simple" viewMode="visual">
</rich:editor>
https://i.sstatic.net/0ySP0.png https://i.sstatic.net/SoYNP.png Is there a way to modify the height or any other styles of the rich:editor tag?