Make WordPress Core

Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#29995 closed defect (bug) (fixed)

Username is cut off on the user list table on small screens

Reported by: pento's profile pento Owned by:
Milestone: 4.3 Priority: normal
Severity: normal Version:
Component: Users Keywords: make-flow has-patch needs-testing
Focuses: ui, administration Cc:

Description

When looking at the users list table on a small screen, the username overflows the cell and is hidden.

Given how much space the Role column is taking up, I'd be inclined to hide it on small screens.

Attachments (3)

IMG_2919.png (99.3 KB) - added by pento 11 years ago.
29995.diff (469 bytes) - added by MikeHansenMe 11 years ago.
IMG_4349.PNG (218.8 KB) - added by ryan 10 years ago.
Fixed

Download all attachments as: .zip

Change History (10)

@pento
11 years ago

#1 @soficgr
11 years ago

.widefat * {

word-wrap: break-word;

}

the word-wrap is normal and is overflow the break-word

@MikeHansenMe
11 years ago

#2 @MikeHansenMe
11 years ago

  • Keywords has-patch needs-testing added

#3 @pento
11 years ago

This rule was originally introduced by MP6 here: https://plugins.trac.wordpress.org/changeset/717686

It seems there were issues with header/footer text on custom post types - we need to make sure we don't re-break that.

This ticket was mentioned in Slack in #core-flow by boren. View the logs.


10 years ago

@ryan
10 years ago

Fixed

#5 @ryan
10 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed by the work on #32395.

#6 @ocean90
10 years ago

  • Milestone changed from Awaiting Review to 4.3

This ticket was mentioned in Slack in #core-flow by boren. View the logs.


10 years ago

Note: See TracTickets for help on using tickets.