Skip to content

Commit 4812aa4

Browse files
committed
ENGCOM-4069: Static test fix.
1 parent c1a9958 commit 4812aa4

File tree

1 file changed

+4
-1
lines changed
  • app/design/frontend/Magento/blank/Magento_Sales/web/css/source

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,10 @@
295295
}
296296
}
297297
.order-items.table-wrapper {
298-
.col.price, .col.qty, .col.subtotal, .col.msrp {
298+
.col.price,
299+
.col.qty,
300+
.col.subtotal,
301+
.col.msrp {
299302
text-align: left;
300303
}
301304
}

0 commit comments

Comments
 (0)