Opened 23 months ago
Closed 15 months ago
#6908 closed defect (bug) (duplicate)
WP - CLI Command pages menu issue in desktop view
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-screenshots needs-patch |
Cc: |
Description
there is design / css issue of menus in command pages of wp cli
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Looks like css issue
Below css can fix the issue
.site-branding
{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}