Skip to content

Commit 581ab1f

Browse files
committed
Fix less code styles
1 parent 5f0c02b commit 581ab1f

File tree

1 file changed

+5
-5
lines changed
  • app/design/frontend/Magento/blank/Magento_Catalog/web/css/source

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@
8585
}
8686

8787
.product-item-info {
88-
width: auto;
8988
text-align: center;
89+
width: auto;
90+
}
9091

91-
.product-item-actions {
92-
display: inline-block;
93-
}
92+
.product-item-actions {
93+
display: inline-block;
9494
}
9595

9696
.product-item-description {
@@ -113,7 +113,7 @@
113113

114114
.page-layout-1column .block.widget .products-grid .product-item {
115115
margin-left: 2%;
116-
width: calc(~'(100% - 4%)/3');
116+
width: calc(~'(100% - 4%) / 3');
117117

118118
&:nth-child(3n + 1) {
119119
margin-left: 0;

0 commit comments

Comments
 (0)