Skip to content

Commit e38047a

Browse files
ENGCOM-6298: #25043 - Since 2.3.3 Store logo automatic resize on mobile/smaller displays does not respect aspect ratio #25623
- Merge Pull Request #25623 from fabriciosobral/magento2:issue-25043-logo-automatic-resize - Merged commits: 1. d0167a0
2 parents 148d6cc + d0167a0 commit e38047a

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)