[wp-meta] [Making WordPress.org] #6336: Trac: Spacing for header navigation sub-menu arrow icons
Making WordPress.org
noreply at wordpress.org
Mon May 30 18:33:22 UTC 2022
#6336: Trac: Spacing for header navigation sub-menu arrow icons
--------------------------+---------------------
Reporter: sabernhardt | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: Trac | Resolution:
Keywords: |
--------------------------+---------------------
Comment (by sabernhardt):
Instead of setting the width, I think the adjacent sibling selector could
help in this situation:
{{{
@media (min-width:890px) {
.wp-block-group.global-header .global-header__navigation .wp-
block-navigation-item__label + .wp-block-navigation__submenu-icon {
padding-left: 6px;
padding-right: 16px;
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6336#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list