#57285 closed enhancement (duplicate)
Media slug field is artificially narrow - Should use max available width
Reported by: | abitofmind | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | Posts, Post Types | Keywords: | |
Focuses: | ui, css, administration | Cc: |
Description (last modified by )
Reproduction
- Go to: WordPress > Media > Library
/wp-admin/upload.php
- Click any image
- The media popover opens
/wp-admin/upload.php?item=123
- Click "Edit more details"
- The media maximum detail editor opens
/wp-admin/post.php?post=123&action=edit
- Screen Options > Make sure the option "Slug" is enabled.
Actual: This slug field is abnormally narrow (input size=13).
Expected: This slug field uses the maximum available width so that I can see and edit my medium to normal length slugs at once.
The fix is rather easy: Make sure this field gets a CSS width: 100% and it will optimally utilize the space which any contemporary responsive layout foresees.
Screenshot shows both the problem and the fix.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Thanks for the report!
This occurs in other post types when using the Classic Editor, too. Tickets #16346 and #31261 already proposed widening the field, so please continue the discussion on #16346.