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:
luisramos0
2019-07-29 19:45:55 +01:00
parent ffb8edef0b
commit 04e13e1136
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#add-line-item {
.add-line-item {
fieldset {
.vertical-align-top {
vertical-align: top;

View File

@@ -1,4 +1,4 @@
#add-line-item
#add-line-item.add-line-item
%fieldset
%legend{ align: 'center'}= t(:products)
%table.no-borders.layout