Skip to content

Commit

Permalink
fix: add left padding on product pages
Browse files Browse the repository at this point in the history
  • Loading branch information
LeahMarieBush committed Sep 11, 2024
1 parent 46a6c5d commit 8a3cad9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const ProductPageHeaderContent = () => {
<NavigationHeaderDropdownMenu
ariaLabel="Main menu"
buttonClassName={s.productsDropdownButton}
dropdownClassName={s.productsDropdownPane}
itemGroups={allProductsItems}
leadingIcon={<IconHashicorp24 className={s.productsDropdownIcon} />}
productPanelData={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
padding-top: 2px;
}

.productsDropdownPane {
border-bottom-left-radius: 0;
left: calc(-1 * var(--header-padding-left-right));
}

/*
* Set up the product logo-ish icon lockup next to product nav items.
*/
Expand Down

0 comments on commit 8a3cad9

Please sign in to comment.