Skip to content

Commit 298321c

Browse files
author
Stanislav Idolov
authored
ENGCOM-2549: Set proper text-aligh for the <th> element of the Subtotal column in the Creditmemo email #17153
2 parents efada44 + beff3bf commit 298321c

File tree

2 files changed

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

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@
203203
text-align: center;
204204
}
205205

206-
.item-price {
206+
.item-price,
207+
.item-subtotal {
207208
text-align: right;
208209
}
209210

app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_email.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@
207207
text-align: center;
208208
}
209209

210-
.item-price {
210+
.item-price,
211+
.item-subtotal {
211212
text-align: right;
212213
}
213214

0 commit comments

Comments
 (0)