Skip to content

Commit

Permalink
8381. Style update
Browse files Browse the repository at this point in the history
  • Loading branch information
yohannahbautista committed Apr 3, 2024
1 parent 2d7e05d commit 9512a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## v4.95.0

## v4.95.0 Fixes
## v4.95.0 Features

- `[Module Nav]` Added setting `disableSwitcher` to disable nav switcher. ([#8381](https://github.com/infor-design/enterprise/issues/8381))

Expand Down
2 changes: 1 addition & 1 deletion src/components/module-nav/module-nav.dropdown.scss
Expand Up @@ -5,7 +5,7 @@ $module-nav-container-size: $module-nav-switcher-button-size + $module-nav-switc

@mixin module-nav-div-dropdown-adjustment() {
background-color: $module-nav-switcher-dropdown-background-color;
padding-block-start: 9px;
padding-block-start: 7px;
padding-block-end: 7px;
padding-inline-start: 8px;
padding-inline-end: 40px;
Expand Down

0 comments on commit 9512a7e

Please sign in to comment.