Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Jan 26, 2021
1 parent 701492a commit bfe8304
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -29895,17 +29895,10 @@ UI shell side nav
overflow-y: auto;
}

// Force all of our side navigation items to be the same dimensions. When our
// menu expands, we can undo the forced dimensions.
.#{$prefix}--side-nav__item {
width: mini-units(6);
height: mini-units(6);
width: auto;
height: auto;
overflow: hidden;

@include expanded() {
width: auto;
height: auto;
}
}

.#{$prefix}--side-nav--ux .#{$prefix}--side-nav__item {
Expand Down

0 comments on commit bfe8304

Please sign in to comment.