Skip to content

Commit

Permalink
style: [product-page-option-tab] scrollable table (suppliers table)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Mar 27, 2024
1 parent 4ad03d9 commit c52c2b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 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,16 @@ $mobile-menu-height: 2.6rem !default;
}
}

#product_options{
#product_options_product_suppliers > .row > .col-sm {
max-width: calc(100% - 30px);
overflow: auto;
}
#product_options_product_suppliers table {
min-width: max-content;
}
}

#product-tabs-content {
.form-contenttab > div > .form-group {
margin-bottom: 2rem;
Expand Down

0 comments on commit c52c2b8

Please sign in to comment.