Opened 15 years ago
Closed 15 years ago
#13131 closed (duplicate)
CheckboxSelectMultiple falls apart when used in admin app
Description ¶
In admin all label
s 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
.
Note:
See TracTickets
for help on using tickets.
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