Opened 7 years ago
Last modified 4 years ago
#41594 new defect (bug)
Edit tag form limited to 800px width
Reported by: | fabienlege | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.8.1 |
Component: | Taxonomy | Keywords: | has-patch has-screenshots |
Focuses: | ui, administration, template | Cc: |
Description
In taxonomy edit page the form width is limited to 800px by css. Many space was lost on large screens.
The bug seam come from wp-admin/css/edit.css at line 1095 and appear since WP 4.8.1 (work correctly on previous version)
Attachments (3)
Change History (6)
#1
@
7 years ago
Merci for being patient and for submitting this ticket @fabienlege !
We came across it while contributing to WordPress Core (for the first time) at WordCamp Zagreb 2017.
#2
@
7 years ago
- Keywords has-patch has-screenshots added
Hi @fabienlege, yeap the form is hard fixed to the width you mentioned. The ideal solution is to remove the max-width attribute from the CSS in case the user might need some custom fields for their projects.
Just for the records, this is my first contribute to the Core thanks to @kau-boy in the Contributor Day in Zagreb ;)
Bug on my screen