Skip to content

Commit

Permalink
fix(@clayui/css): Menubar toggler with c-inner cuts off caret icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pat270 committed Mar 12, 2021
1 parent 3f9d672 commit 1932782
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/clay-css/src/scss/variables/_menubar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ $menubar-vertical-expand-md: map-deep-merge(
nav-nested-margins-item-mobile: (
margin-left: 0,
),
toggler-c-inner: (
max-width: none,
),
),
$menubar-vertical-expand-md
);
Expand Down Expand Up @@ -99,6 +102,9 @@ $menubar-vertical-expand-lg: map-deep-merge(
nav-nested-margins-item-mobile: (
margin-left: 0,
),
toggler-c-inner: (
max-width: none,
),
),
$menubar-vertical-expand-lg
);
Expand Down

0 comments on commit 1932782

Please sign in to comment.