edit_inline fields not properly aligned in admin
Text fields included by 'edit_inline=models.STACKED' don't align nicely left to right, like typical fields do otherwise. i find that if i remove the rule for '.aligned label.inline' in line 23 of forms.css the issue is fixed.
That said, i can't figure out what that rule is for- maybe the .inline rule is there to force 'display: inline' for elements explicitly given that class, but if so, perhaps it's being confused with the concept of 'inline' as in 'editing models with edit_inline'.
Change History
(3)
Keywords: |
nfa-fixed added
|
Resolution: |
→ wontfix
|
Status: |
new → closed
|
Triage Stage: |
Unreviewed → Fixed on a branch
|
Tagging as fixed in newforms-admin.