System.css sets form-item classed tags to be nowrap. Long option names on narrow layouts push the table outside of the containing div. We can override the system.css setting quite easily to avoid this. Patch follows.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | wrap_option_names.patch | 342 bytes | Island Usurper |
| #1 | 500884_200906240955-0400.patch | 448 bytes | sammys |
Comments
Comment #1
sammys commentedPatch attached.
Comment #2
Island Usurper commentedSince theme_uc_object_options_form() adds the "draggable" class to all of the table rows, we can simplify the selector by using it instead of "even" and "odd". I almost decided to put it in the
tr.draggable div.form-itemselector that's already there, but I figure this should actually be something that applies only to that table.Committed.
Comment #3
sammys commentedReviewed and works. RTBC! Well... this small part of the community anyway!
Comment #4
Island Usurper commentedThanks, Sammy. A little late, but thanks. ;)
Comment #5
sammys commentedLol... pay attention Sammy!
Comment #6
Island Usurper commented