Skip to content

Commit

Permalink
style: [product-page-header] three dots alignement
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Mar 27, 2024
1 parent 721df43 commit 77d1926
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2671,6 +2671,10 @@ $mobile-menu-height: 2.6rem !default;
.product-header-form {
padding: 0;

.header-mobile-toolbar {
margin-left: auto;
}

#product_header {
position: relative;
flex-wrap: nowrap;
Expand All @@ -2680,6 +2684,7 @@ $mobile-menu-height: 2.6rem !default;
position: absolute;
top: 0;
margin-left: calc($product-cover-mobile-size + 0.5rem);
width: calc(100% - $product-cover-mobile-size - 1rem);

label {
margin-bottom: 0.2rem;
Expand Down

0 comments on commit 77d1926

Please sign in to comment.