Skip to content

Commit b22e64d

Browse files
🔃 [EngCom] Public Pull Requests - 2.3-develop
Accepted Public Pull Requests: - #17207: [Forwardport] Categories > Left menu > Item title space fix (by @torhoehn) - #17154: [Forwardport] Set proper text-aligh for the <th> element of the Subtotal column in the Creditmemo email (by @TomashKhamlai) - #17149: Remove duplicate resetPassword Api magento 2.3 (by @mageprince)
2 parents cbdc4b3 + c13c0a6 commit b22e64d

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

app/code/Magento/Customer/etc/webapi.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,6 @@
200200
<resource ref="anonymous"/>
201201
</resources>
202202
</route>
203-
<route url="/V1/customers/resetPassword" method="POST">
204-
<service class="Magento\Customer\Api\AccountManagementInterface" method="resetPassword"/>
205-
<resources>
206-
<resource ref="anonymous"/>
207-
</resources>
208-
</route>
209203
<route url="/V1/customers/:customerId/confirm" method="GET">
210204
<service class="Magento\Customer\Api\AccountManagementInterface" method="getConfirmationStatus"/>
211205
<resources>

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_Customer/web/css/source/_module.less

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
.column.main & {
225225
}
226226
}
227-
227+
display: block;
228228
margin-bottom: @indent__s;
229229
}
230230

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)