Skip to content

Commit

Permalink
style: [product-page-shipping-tab] related PrestaShop#32218 - respons…
Browse files Browse the repository at this point in the history
…ive dropdown menu (carriers available)
  • Loading branch information
mattgoud committed Mar 27, 2024
1 parent c52c2b8 commit 866dd6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions admin-dev/themes/new-theme/scss/pages/product/product_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2939,6 +2939,18 @@ $mobile-menu-height: 2.6rem !default;
}
}

#product_shipping {
#carrier-checkboxes-dropdown {
.dropdown-menu {
max-width: calc(100vw - 30px);
}
}
.ps-checkboxes-dropdown .dropdown-item .md-checkbox-container {
overflow: hidden;
text-overflow: ellipsis;
}
}

#product_options{
#product_options_product_suppliers > .row > .col-sm {
max-width: calc(100% - 30px);
Expand Down

0 comments on commit 866dd6b

Please sign in to comment.