diff --git a/app/views/admin/products_v3/_table.html.haml b/app/views/admin/products_v3/_table.html.haml index 726158bb2c64..5689647c0af8 100644 --- a/app/views/admin/products_v3/_table.html.haml +++ b/app/views/admin/products_v3/_table.html.haml @@ -20,7 +20,7 @@ %col{ width:"5%", 'data-column-preferences-name': :sku } %col{ width:"8%", 'data-column-preferences-name': :unit_scale } %col{ width:"8%", 'data-column-preferences-name': :unit } - %col{ width:"5%", 'data-column-preferences-name': :price} + %col{ width:"5%", style:"min-width: 5em;", 'data-column-preferences-name': :price} %col{ width:"10%", 'data-column-preferences-name': :on_hand} %col{ width:"15%", 'data-column-preferences-name': :producer} %col{ width:"8%", 'data-column-preferences-name': :category}