Opened 15 years ago

Closed 15 years ago

#13131 closed (duplicate)

CheckboxSelectMultiple falls apart when used in admin app

Reported by: Patryk Zawadzki Owned by: nobody
Component: contrib.admin Version: 1.2-beta
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In admin all labels are floated left. The following CSS snippet fixes the formatting:

.aligned ul li label {
    float: none;
}

The change is trivial so I apologize for not attaching a proper patch against forms.css.

Change History (1)

comment:1 by Russell Keith-Magee, 15 years ago

Resolution: duplicate
Status: newclosed

I'm going to close this as a duplicate of #11422; the report isn't identical, but both deal with rendering problems with CheckboxSelectMultiple, and the RTL issue is noted on the other ticket

Note: See TracTickets for help on using tickets.
Back to Top