Skip to content

Commit

Permalink
fix(frontend): fix breadcrumb padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Feb 11, 2025
1 parent 6eccd45 commit 411d9aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clients/ui/frontend/src/shared/style/MUI-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
padding: var(--pf-t--global--spacer--md);
}

.mui-theme .pf-v6-c-page__main-breadcrumb {
--pf-v6-c-page__main-breadcrumb--PaddingInlineStart: none;
}

.mui-theme .pf-v6-c-button {
--pf-v6-c-button--FontWeight: var(--mui-button-font-weight);
--pf-v6-c-button--PaddingBlockStart: var(--mui-button--PaddingBlockStart);
Expand Down

0 comments on commit 411d9aa

Please sign in to comment.