This is a migrated thread and some comments may be shown as answers.

Resize the height of RTE

1 Answer 157 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dia
Top achievements
Rank 1
Dia asked on 31 Oct 2016, 03:38 PM
I want to make the rich text editor control shorter. I've tried applying a "height" style to the css as well as directly to the control but cannot get it shorter than 175px. Is it possible to shorten it?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 31 Oct 2016, 04:50 PM
Hi Dia,

You can set the editor height under 175px with the CSS class below:

Copy Code
<style>
    .k-editor iframe.k-content {
        height: 80px !important;
    }
</style>



Best regards,
Rumen
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
Editor
Asked by
Dia
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or