Skip to content

Commit ab23e64

Browse files
ENGCOM-6534: Added Fix for 25936 #26237
- Merge Pull Request #26237 from divyajyothi5321/magento2:divyajyothi5321-fix_id_25936 - Merged commits: 1. c39e85c
2 parents f2aa57e + c39e85c commit ab23e64

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)