diff --git a/app/views/admin/products_v3/_table.html.haml b/app/views/admin/products_v3/_table.html.haml index 12722e9d30..0338784a74 100644 --- a/app/views/admin/products_v3/_table.html.haml +++ b/app/views/admin/products_v3/_table.html.haml @@ -15,7 +15,8 @@ %table.products{ 'data-column-preferences-target': "table" } %colgroup - %col{ 'data-column-preferences-name': :image, width:"1%", style:"min-width: 56px" }= # (size + padding) + -# The `min-width` property works in Chrome but not Firefox. + %col{ 'data-column-preferences-name': :image, width:"56px" }= # (image size + padding) %col{ 'data-column-preferences-name': :name, width:"15%", style:"min-width: 6em" }= # (grow to fill) %col{ 'data-column-preferences-name': :sku, width:"10%", style:"min-width: 6em" } %col{ 'data-column-preferences-name': :unit_scale, width:"8%" }