Expand my Community achievements bar.

Reducing RTE field height

Avatar

Level 2

Hi Team,

Is there any property to reduce the height of the RTE filed in AEM 6.3 Touch-Ui

1704672_pastedImage_0.png

2 Replies

Avatar

Level 10

Checked wiht the team they replied:

but should be really simple, something like

            $document.on("dialog-ready", function(){

                                var $rte = $(this).find("[name='./rteName']")           

$rte.css("height", "180px") 

            });