Skip to content

Commit

Permalink
Set a minimum width on price
Browse files Browse the repository at this point in the history
  • Loading branch information
dacook committed Jun 12, 2024
1 parent 2df7257 commit 0888490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/products_v3/_table.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0888490

Please sign in to comment.