Making WordPress.org

Opened 5 years ago

Closed 5 years ago

#4948 closed defect (bug) (fixed)

Horizontal scroll on mobile device

Reported by: pratapdungrani's profile pratapdungrani Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: Profiles Keywords: needs-patch
Cc:

Description

Hi,

Notification page inside profile has horizontal scroll issue. Please see the screenshot or visit login and browse to your-profile/profile/notifications/ page to test. Need to stop horizontal scroll.

Thanks

Attachments (1)

2020-01-09_13h06_25.png (52.5 KB) - added by pratapdungrani 5 years ago.

Download all attachments as: .zip

Change History (5)

#1 @coffee2code
5 years ago

  • Owner set to coffee2code
  • Status changed from new to accepted

#2 @rkradadiya
5 years ago

#wporg-notifications input[type="text"] {

padding: 3px;
width: 100%;

}

#3 @SergeyBiryukov
5 years ago

  • Component changed from WordPress.org Site to Profiles

#4 @coffee2code
5 years ago

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

Fixed in [15707-dotorg]:

Notifications Admin: Ensure input fields don't exceed width of viewport.

Props rkradadiya, pratapdungrani.
Fixes #4948.
Note: See TracTickets for help on using tickets.