I had been trying to solve an issue with the radeditor lite for sharepoint where the textarea height was too small and any changes to the config.xml files did not help.
The workaround I came up with was to add the following line to our master.css file which is pulled in throughout our sharepoint site.
td.RadEContentContainer iframe {height:300px !important}
Tom
The workaround I came up with was to add the following line to our master.css file which is pulled in throughout our sharepoint site.
td.RadEContentContainer iframe {height:300px !important}
Tom