Remove line-clamp for inputs

It doesn't work and we don't currently have a better solution for that.
This commit is contained in:
David Cook
2023-08-31 10:19:26 +10:00
parent aff33b79ae
commit 9fe9d8557c

View File

@@ -38,7 +38,7 @@
%tr
%td.align-left.header
= product_form.hidden_field :id, name: "[products][#{i}][id]" #todo: can we remove #{i} and implicitly pop?
.line-clamp-1= product_form.text_field :name, name: "[products][#{i}][name]", 'aria-label': t('admin.products_page.columns.name')
= product_form.text_field :name, name: "[products][#{i}][name]", 'aria-label': t('admin.products_page.columns.name')
%td.align-right
.line-clamp-1= product.sku
%td.align-right