Skip to content

Commit 8132ea4

Browse files
author
Stanislav Idolov
committed
Fixed static test failures
1 parent f57a4ef commit 8132ea4

File tree

2 files changed

+2
-2
lines changed
  • app/design/frontend/Magento

2 files changed

+2
-2
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/module/_toolbar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
190190

191191
.toolbar {
192192
.products.wrapper ~ & .limiter {
193-
display: block;
194193
float: right;
194+
display: block;
195195
}
196196
}
197197
}

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@
277277
}
278278
.sidebar & {
279279
.product-item-photo {
280-
left: 9px;
281280
top: 9px;
281+
left: 9px;
282282
}
283283
}
284284
}

0 commit comments

Comments
 (0)