Make WordPress Core

Opened 7 years ago

Last modified 4 years ago

#41594 new defect (bug)

Edit tag form limited to 800px width

Reported by: fabienlege's profile 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)

Capture d’écran 2017-08-09 à 17.24.07.jpg (304.9 KB) - added by fabienlege 7 years ago.
Bug on my screen
41594.diff (334 bytes) - added by mgelves 7 years ago.
#41594.patch (279 bytes) - added by rehanali 3 years ago.
Added patch

Download all attachments as: .zip

Change History (6)

#1 @crowdedtent
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 @mgelves
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 ;)

Last edited 7 years ago by mgelves (previous) (diff)

@mgelves
7 years ago

#3 @nimmolo
4 years ago

Ok, let's get this in please...
This is a very simple fix, 4 years old, has-patch, has-screenshots, nothing else to it?

@rehanali
3 years ago

Added patch

Note: See TracTickets for help on using tickets.