Opened 12 years ago
Closed 12 years ago
#26324 closed defect (bug) (fixed)
Term checklist on edit post screen has no margin on mobile
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.8 | Priority: | normal |
| Severity: | normal | Version: | 3.8 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | ui | Cc: |
Description
When editing a post whilst using a device with a smaller screens, the checkboxes for assigning terms have no margin.
This is because the incorrect selector was used.
Margin was applied to the ul#categorychecklist li which is used only for the category taxonomy.
Instead it should use the .categorychecklist which is used for all taxonomies.
(Confusing I know!)
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.

Patch updated... I attached the incorrect one.