Skip to content

Commit

Permalink
Remove max-width restriction from the MPN column in tree view.
Browse files Browse the repository at this point in the history
The max-width property for the MPN column in the product import tree view has been removed, allowing for better visibility of longer MPN values. This change ensures that users can see the entire MPN without truncation, enhancing the usability of the product import feature.
  • Loading branch information
cbusillo committed Oct 21, 2024
1 parent 3385cc0 commit 062a1e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
/* Medium width */
.product_import_tree_view [name="mpn"] {
min-width: 50px;
max-width: 75px;
}

.product_import_tree_view [name="default_code"] {
Expand Down

0 comments on commit 062a1e2

Please sign in to comment.