Describe the bug
In version 2022.1.119 when the Editor is placed in the same container with another element that also has width:100% the Editor is visibly wider.
To reproduce
Expected behavior
The Editor's width should not be overridden
Affected package (please remove the unneeded items)
Affected suites (please remove the unneeded items)
Affected browsers (please remove the unneeded items)
Build system information (please remove the unneeded items)
Additional context
Issue not reproducible with Less Themes
Hi Egbert,
Until this bug is fixed using CSS you can select the k-editor class and set its width to 100% !important as a workaround:
.k-editor{
width:100% !important;
}
Regards,
Stoyan
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.