Making WordPress.org

Opened 22 months ago

Closed 6 months ago

#6915 closed defect (bug) (fixed)

The table is outside of the container on mobile devices. (This suggests that the table is not inside the container, but rather outside of it.)

Reported by: baroliyamayur's profile baroliyamayur Owned by:
Milestone: Priority: normal
Component: Developer Hub Keywords: needs-patch has-screenshots
Cc:

Description

The table is outside of the container on mobile devices. (This suggests that the table is not inside the container, but rather outside of it.)

Page URL:- https: https://developer.wordpress.org/cli/commands/config/set/

Issue Screenshot:- https://share.cleanshot.com/QFCCpXWlYFH58kRSpM4V

Change History (2)

#1 @nidhidhandhukiya
22 months ago

Below Css can resolve the issue :-

.site-branding {
    display: flex;
    justify-content: space-between;
}

#2 @coffee2code
6 months ago

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

Thanks for the report! The Developer site theme has somewhat recently been completely updated and I suspect this ticket is from before the change (the suggested fix refers to a class that is no longer present).

The linked screenshot is no longer available and I was not able to identify any responsive issues with the page in question. As such, I am closing this as 'fixed'. Feel free to reopen with more details if this is still an issue.

Note: See TracTickets for help on using tickets.