mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Change css styling from id to class to make rubocop happy. Keeping id name as it may be needed in spree autocomplete css or js code
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#add-line-item {
|
||||
.add-line-item {
|
||||
fieldset {
|
||||
.vertical-align-top {
|
||||
vertical-align: top;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#add-line-item
|
||||
#add-line-item.add-line-item
|
||||
%fieldset
|
||||
%legend{ align: 'center'}= t(:products)
|
||||
%table.no-borders.layout
|
||||
|
||||
Reference in New Issue
Block a user