Skip to content

Commit 7b1f571

Browse files
ENGCOM-6298: #25043 - Since 2.3.3 Store logo automatic resize on mobile/smaller displays does not respect aspect ratio #25623
2 parents 0ef9f9b + e38047a commit 7b1f571

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989

9090
img {
9191
display: block;
92+
height: auto;
9293
}
9394

9495
.page-print & {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148

149149
img {
150150
display: block;
151+
height: auto;
151152
}
152153

153154
.page-print & {

0 commit comments

Comments
 (0)