Not sure if this belongs here or in the Node Relationships queue, but that module's buttons get pushed outside the margins of the table on node add forms.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 874776-textfield-width-3.patch | 516 bytes | dixon_ |
| 20100805-x39mcy6bi47iuyyry1bdy1p512.jpg | 63.85 KB | Melissamcewen |
Comments
Comment #1
brad.bulger commentedi just ran into this, too. it's because Seven displays text fields as nearly the whole width of the screen, regardless of the size in the field definition. i don't know if you'd call that a bug or not - it's not like it's accidental.
this change to style.css fixed the Node Relationships issue - don't know yet what side effects it might have, but i think it should be OK
Comment #2
mcrittenden commentedComment #3
dixon_Here is a small patch that fixes this. Text fields and reference fields also acts like in D7 with this patch (not full width but respecting it's own
size="xx"attribute).Comment #4
mcrittenden commentedCommitted to beta12. Thanks dixon_!