Skip to content

Commit beff3bf

Browse files
ENGCOM-2549: Set proper text-aligh for the <th> element of the Subtotal column in the Creditmemo email #17153
- Merge Pull Request #17153 from TomashKhamlai/magento2:fix-creditmemo-email-less - Merged commits: 1. e98ffc7
2 parents 7be2b8c + e98ffc7 commit beff3bf

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)