Skip to content

Commit c39e85c

Browse files
Added Fix for 25936
1 parent f540160 commit c39e85c

File tree

1 file changed

+4
-3
lines changed
  • app/design/frontend/Magento/luma/Magento_Catalog/web/css/source

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@
174174
width: 100%;
175175

176176
.price-box {
177-
display: table-cell;
177+
display: inline-block;
178178
vertical-align: top;
179-
width: 1px;
179+
width: auto;
180180

181181
.price-container {
182182
> span {
@@ -228,7 +228,8 @@
228228
}
229229

230230
.product-info-stock-sku {
231-
display: table-cell;
231+
display: inline-block;
232+
float: right;
232233
padding-bottom: @indent__s;
233234
padding-left: 10%;
234235
text-align: right;

0 commit comments

Comments
 (0)