Skip to content

Commit

Permalink
Remove unwanted styles in email preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtuvn committed Apr 12, 2020
1 parent 1ef8a51 commit cd961c4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<remove src="extjs/resources/css/ext-all.css"/>
<remove src="extjs/resources/css/ytheme-magento.css"/>
<remove src="css/styles-old.css"/>
<remove src="jquery/jstree/themes/default/style.css"/>
</head>
<body>
<attribute name="id" value="html-body"/>
<attribute name="class" value="preview-window"/>
Expand Down

0 comments on commit cd961c4

Please sign in to comment.