Making WordPress.org

Opened 6 months ago

Last modified 5 months ago

#6915 new defect (bug)

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 (1)

#1 @nidhidhandhukiya
5 months ago

Below Css can resolve the issue :-

.site-branding {
    display: flex;
    justify-content: space-between;
}
Note: See TracTickets for help on using tickets.