Skip to content

Commit 6cd9fb8

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

File tree

2 files changed

+17
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+17
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@
153153
.fieldset > .field > .label {
154154
font-weight: @font-weight__regular;
155155
}
156+
.table-order-review {
157+
td {
158+
vertical-align: middle;
159+
}
160+
}
156161
}
157162

158163
.data.table:extend(.abs-product-options-list all) {

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,18 @@
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+
148160
//
149161
// Customer login
150162
// ---------------------------------------------

0 commit comments

Comments
 (0)