Add doctype declaration as it is defined in spree layouts/admin so that html5 mode is enabled, otherwise html 4 mode is used by browsers and the observed layout problems happen

This commit is contained in:
luisramos0
2019-07-29 13:46:35 +01:00
parent e26a54d897
commit 9bc81f236c

View File

@@ -1,3 +1,4 @@
!!!
%html{:lang => "en"}
%head{"data-hook" => "admin_inside_head"}
= render :partial => 'spree/admin/shared/head'