From 528d9f4e64af79d0d6f09e93642d2bfadeed8550 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Sat, 27 Jan 2018 10:41:12 -0600 Subject: [PATCH] Updates --- app/assets/templates/editor.html.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/templates/editor.html.haml b/app/assets/templates/editor.html.haml index e3bdd5a5d..924030f23 100644 --- a/app/assets/templates/editor.html.haml +++ b/app/assets/templates/editor.html.haml @@ -53,5 +53,6 @@ %p.medium-padding{"style" => "padding-top: 0 !important;"} There was an error decrypting this item. Ensure you are running the latest version of this app, then sign out and sign back in to try again. #editor-pane-component-stack - %component-view.component-view.component-stack-item.border-color{"ng-repeat" => "component in ctrl.componentStack", - "ng-if" => "component.active", "ng-show" => "!component.hidden", "manual-dealloc" => "true", "component" => "component"} + .sn-component + %component-view.component-view.component-stack-item.border-color{"ng-repeat" => "component in ctrl.componentStack", + "ng-if" => "component.active", "ng-show" => "!component.hidden", "manual-dealloc" => "true", "component" => "component"}