Skip to content

Commit

Permalink
fix(menu): change padding of header + footer slots (VIV-000) (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelbt committed Jul 31, 2024
1 parent 953db49 commit 18808db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libs/components/src/lib/menu/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
}

.header {
padding-block-start: 8px;
padding-inline: 16px;
padding-block-start: 4px;
padding-inline: 12px;

.hide-header & {
display: none;
Expand All @@ -55,7 +55,8 @@
display: flex;
justify-content: flex-end;
gap: 8px;
padding-inline: 8px;
padding-block-end: 4px;
padding-inline: 12px;

.hide-actions & {
display: none;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 18808db

Please sign in to comment.