Skip to content

Commit 4bb06ef

Browse files
author
Dipti 2Jcommerce
committed
ipad-view-order-summary-block
1 parent 6b69fa1 commit 4bb06ef

File tree

1 file changed

+3
-3
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout

1 file changed

+3
-3
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_order-summary.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,14 @@
148148
}
149149

150150
.product-item-name-block {
151-
display: table-cell;
151+
display: block;
152152
padding-right: @indent__xs;
153153
text-align: left;
154154
}
155155

156156
.subtotal {
157-
display: table-cell;
158-
text-align: right;
157+
display: block;
158+
text-align: left;
159159
}
160160

161161
.price {

0 commit comments

Comments
 (0)