I use this module in combination with the shiny administration theme. This results in the following screen layout:

This is due to a combination of this module setting an explicit height for the textarea and the administration theme setting a padding for text-area's. I suggest that his module trusts the browser to come up with a correct height based on the rows attribute, i.e: simply remove this line from stringoverrides.admin.css:

 #stringoverrides-admin textarea {
   width: 100%;
-  height: 1.7em;
 }

This would also allow another module to hook_form_alter the rows attribute based on smart guessing by text length.

Comments

fietserwin’s picture

Issue summary: View changes
StatusFileSize
new28.3 KB
fietserwin’s picture

Issue summary: View changes

I always need 3 tries before getting images right :(

fietserwin’s picture

Issue summary: View changes
poedan’s picture

I needed a path for this

poedan’s picture

StatusFileSize
new303 bytes
fietserwin’s picture

Status: Active » Reviewed & tested by the community

Yes, that works.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 5: incorrect_height_of_textarea-2225475-5.patch, failed testing.