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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 834132.patch.txt | 368 bytes | soulston |
| #1 | 834132.patch | 387 bytes | soulston |
Comments
Comment #1
soulston commentedHi,
I added this to a patch file to help you out.
Let me know if this is ok.
Thanks
Comment #2
mstrelan commentedhmm I think you still want to include the width: auto for fieldsets that aren't in vertical tabs.
Comment #3
soulston commentedThanks mstrelan
Patch with the above code as recommended.