Skip to content

Commit a9c85d6

Browse files
author
Oleg Zinoviev
committed
MAGETWO-35105: Prices are displayed not aligned on Checkout
- CR update
1 parent 6cd9fb8 commit a9c85d6

File tree

2 files changed

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

2 files changed

+2
-16
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/_module.less

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,8 @@
153153
.fieldset > .field > .label {
154154
font-weight: @font-weight__regular;
155155
}
156-
.table-order-review {
157-
td {
158-
vertical-align: middle;
159-
}
156+
.product-item-name {
157+
margin: 0;
160158
}
161159
}
162160

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,6 @@
145145
}
146146
}
147147

148-
//
149-
// Order review
150-
// ---------------------------------------------
151-
152-
.order-review {
153-
.table-order-review {
154-
td {
155-
vertical-align: middle;
156-
}
157-
}
158-
}
159-
160148
//
161149
// Customer login
162150
// ---------------------------------------------

0 commit comments

Comments
 (0)