Making WordPress.org

Opened 11 months ago

Closed 9 months ago

#7350 closed defect (bug) (fixed)

Profile page on coming scroll

Reported by: sumitsingh's profile sumitsingh Owned by:
Milestone: Q1 Priority: normal
Component: Profiles Keywords: has-screenshots
Cc:

Description

Hey,

Few days ago it was working fine. I have added training site link on my profile and right now coming scroll on mobile devices in Chrome browser android. For more information see mentioned quick recording.

Attachments (2)

Screenrecorder-2023-11-22-08-32-27-637.mp4 (7.7 MB) - added by sumitsingh 11 months ago.
Scroll issue
Screenshot_2023-11-22-08-34-13-711_com.android.chrome.jpg (210.1 KB) - added by sumitsingh 11 months ago.
Screenshot, visit my profile link on mobile - https://profiles.wordpress.org/sumitsingh

Change History (4)

#1 @pranitdugad
11 months ago

Path- /wp-content/themes/profiles.wordpress.org/style.css?ver=1700721160.

@media screen and (max-width: 767px)
#content-about {

margin-bottom: 30px;
word-break: break-word;

}

By adding these changes this issue is resolved

#2 @coffee2code
9 months ago

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

Fixed in [21535.-dotorg]:

Profiles: Prevent long links from making a profile page scroll horizontally on Chrome browsers.

Props pranitdugad, sumitsingh, coffee2code.
Fixes #7350

Note: See TracTickets for help on using tickets.