Project:Tiny Tiny MCE
Version:6.x-1.x-dev
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Was just trying to set the width of the edit box and discovered that /modules/system/system.css is overriding the setting. Specifically line 346:

.resizable-textarea {
width:95%;
}

No matter what I set the width to in tinytinymce, it displays at 95%. Even if I set it smaller than 95%.
I'm using Drupal 6.10, btw.