Would be great if .node-form fieldset .form-text { width: auto; } didn't apply to vertical tabs.

I propose adding .node-form fieldset.vertical-tabs-pane .form-text { width: 95%; } as vertical tabs is used in 15000 drupal sites and is included in D7 core.

CommentFileSizeAuthor
#3 834132.patch.txt368 bytessoulston
#1 834132.patch387 bytessoulston

Comments

soulston’s picture

StatusFileSize
new387 bytes

Hi,

I added this to a patch file to help you out.

Let me know if this is ok.

Thanks

mstrelan’s picture

hmm I think you still want to include the width: auto for fieldsets that aren't in vertical tabs.

soulston’s picture

StatusFileSize
new368 bytes

Thanks mstrelan

Patch with the above code as recommended.