Skip to content

Commit 3374a5a

Browse files
committed
Make email preview responsive
Make email preview responsive
1 parent db0dce6 commit 3374a5a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

app/design/adminhtml/Magento/backend/web/css/styles-old.less

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4070,6 +4070,21 @@
40704070
}
40714071
}
40724072

4073+
.adminhtml-email_template-preview {
4074+
.cms-revision-preview {
4075+
padding-top: 56.25%;
4076+
position: relative;
4077+
4078+
#preview_iframe {
4079+
height: 100%;
4080+
left: 0;
4081+
position: absolute;
4082+
top: 0;
4083+
width: 100%;
4084+
}
4085+
}
4086+
}
4087+
40734088
.admin__scope-old {
40744089
.buttons-set {
40754090
margin: 0 0 15px;

0 commit comments

Comments
 (0)