diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 28400ff049e..be13098d7dd 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -589,7 +589,8 @@ fieldset.fdate_selector label { .mform input, .mform select { width: auto; } -.mform ftextarea { +.mform .ftextarea #id_alltext { + width: 100%; } .mform br { clear: left;