Opened 8 months ago
Last modified 8 months ago
#6736 new defect (bug)
Navigation menu formatting issue
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | needs-patch needs-design-feedback has-screenshots |
Cc: |
Description
Please check the below URL:
https://developer.wordpress.org/cli/commands/
On the above page, the navigation menus are not looking proper. For more details, please check the attached screenshot:
Attachments (3)
Change History (5)
#1
@
8 months ago
Hello @patelhitesh,
Thanks for creating the ticket!
I have checked an issue and am also able to reproduce it.
If it is not intentional then we can add the padding:10px
for .menu-container
class.
We can add the following CSS for a better view of the nav menu:
@media screen and (min-width: 48em) { .menu-container { float: right; position: relative; width: 100%; top: auto; padding: 10px; margin-right: 4px; } }
Thanks.
Note: See
TracTickets for help on using
tickets.
Navigation menu formatting issue