css
css copied to clipboard
semicolon after last attribute
hi,
.row.temporary_price_list_id { padding-left: 130px; width: 88% }
parser is ignoring 'width' attribute because of lack of semicolon. semicolon is not required after last attribute so it looks like a bug for me