Skip to content

Commit

Permalink
Add p-breadcrumbs--large class to avoid upstream conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Aaryan Porwal <[email protected]>
  • Loading branch information
aaryanporwal authored and edlerd committed Jan 25, 2024
1 parent 4d60a23 commit 1d57f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/RenameHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const RenameHeader: FC<Props> = ({
<div className={classnames("p-panel__title", titleClassName)}>
<nav
key="breadcrumbs"
className="p-breadcrumbs"
className="p-breadcrumbs p-breadcrumbs--large"
aria-label="Breadcrumbs"
>
<ol className="p-breadcrumbs__items">
Expand Down
2 changes: 1 addition & 1 deletion src/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ $border-thin: 1px solid $color-mid-light !default;
padding-bottom: $spv--medium;
}

.p-breadcrumbs {
.p-breadcrumbs--large {
margin-bottom: 0;
width: inherit;

Expand Down

0 comments on commit 1d57f75

Please sign in to comment.