From 2e13c2453b985f838c37f6d2b8b43f37071d2026 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 10 May 2017 15:42:51 -0400 Subject: [PATCH] FIX: maximize css editor not working --- .../javascripts/admin/templates/customize-themes-edit.hbs | 4 +--- app/assets/stylesheets/common/admin/customize.scss | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/javascripts/admin/templates/customize-themes-edit.hbs b/app/assets/javascripts/admin/templates/customize-themes-edit.hbs index b728480950e..fafce666a6f 100644 --- a/app/assets/javascripts/admin/templates/customize-themes-edit.hbs +++ b/app/assets/javascripts/admin/templates/customize-themes-edit.hbs @@ -59,9 +59,7 @@ -
- {{ace-editor content=activeSection editorId=editorId mode=activeSectionMode autofocus="true"}} -
+ {{ace-editor content=activeSection editorId=editorId mode=activeSectionMode autofocus="true"}}