We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a8f99d + 461eab3 commit 7c3fc14Copy full SHA for 7c3fc14
app/code/Magento/Email/view/adminhtml/layout/adminhtml_email_template_preview.xml
@@ -6,6 +6,13 @@
6
*/
7
-->
8
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9
+ <head>
10
+ <remove src="extjs/resources/css/ext-all.css"/>
11
+ <remove src="extjs/resources/css/ytheme-magento.css"/>
12
+ <remove src="css/styles-old.css"/>
13
+ <remove src="css/styles.css"/>
14
+ <remove src="jquery/jstree/themes/default/style.css"/>
15
+ </head>
16
<body>
17
<attribute name="id" value="html-body"/>
18
<attribute name="class" value="preview-window"/>
0 commit comments