mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user