Add space above the category headings

pull/6621/head
Henriette Dinger 6 years ago
parent 7e0cda0a82
commit b9cb9cfe3b
  1. 5
      app/assets/stylesheets/layout/work_packages/_query_menu.sass

@ -105,6 +105,11 @@ $wp-query-menu-search-container-height: 35px
&::before
@include icon-mixin-arrow-down1
// Add space above the category headings
.wp-query-menu--category-toggle
margin-top: 10px
&:nth-child(1), &:nth-child(2)
margin-top: 0px
// Single result element wrapper
.wp-query-menu--item

Loading…
Cancel
Save