HI How to set tool bar height of the Rich Text Editor

HI How to set tool bar height of the  Rich Text Editor

1 Reply

HP Harikrishnan P Syncfusion Team March 18, 2014 03:47 PM UTC

Hi Digish,

 

Thanks for your interest in Syncfusion Products.

 

Query: HI How to set tool bar height of the Rich Text Editor

Answer: We do not have any property for adjusting the height of the RTE Toolbar. But it is possible to adjust the height by overriding the class of the RTE toolbar. Override the class as below,

<style>

                   .e-rte .e-js.e-toolbar{

 

                     height: 100px;

 

                               }

</style>

 

Let us know if you have further queries,

 

Regards,

HariKrishnan.


Loader.
Up arrow icon