Skip to content

Commit

Permalink
fix(app-launcher): fixed spacing between favorites search and next it…
Browse files Browse the repository at this point in the history
…em (#2515)
  • Loading branch information
mcoker authored and mattnolting committed Dec 12, 2019
1 parent 6177911 commit eee62fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/patternfly/components/AppLauncher/app-launcher.scss
Expand Up @@ -32,6 +32,7 @@
--pf-c-app-launcher__menu-search--PaddingLeft: var(--pf-global--spacer--md);
--pf-c-app-launcher__menu-search--BottomBorderColor: var(--pf-global--BorderColor--100);
--pf-c-app-launcher__menu-search--BottomBorderWidth: var(--pf-global--BorderWidth--sm);
--pf-c-app-launcher__menu-search--MarginBottom: var(--pf-global--spacer--sm);

// Menu item
--pf-c-app-launcher__menu-item--PaddingTop: var(--pf-global--spacer--sm);
Expand Down Expand Up @@ -155,6 +156,7 @@

.pf-c-app-launcher__menu-search {
padding: var(--pf-c-app-launcher__menu-search--PaddingTop) var(--pf-c-app-launcher__menu-search--PaddingRight) var(--pf-c-app-launcher__menu-search--PaddingBottom) var(--pf-c-app-launcher__menu-search--PaddingLeft);
margin-bottom: var(--pf-c-app-launcher__menu-search--MarginBottom);
border-bottom: var(--pf-c-app-launcher__menu-search--BottomBorderWidth) solid var(--pf-c-app-launcher__menu-search--BottomBorderColor);
}

Expand Down

0 comments on commit eee62fe

Please sign in to comment.