Active
Project:
Tiny Tiny MCE
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2009 at 19:28 UTC
Updated:
29 Mar 2009 at 19:28 UTC
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.