Completed
Last Updated: 26 May 2016 10:50 by ADMIN
ADMIN
Ianko
Created on: 19 May 2016 06:52
Category: Editor
Type: Bug Report
0
RadEditor HTML mode gets styles from RadFormDecorator when decorating textarea elements
You can apply this CSS override to bring back the RadEditor defaults for the HTML mode. 

.RadForm .RadEditor .reTextArea {
    padding: 0;
    width: 100%;
    height: 100%;
    border:0;
    box-sizing: border-box;
    font-size: 11px;
    font-family: inherit;
}
1 comment
ADMIN
Ianko
Posted on: 26 May 2016 10:50
Will be fixed for R2 2016 SP1 release.