From 0a646fdb80a4ee73de0ddf663967fbb3b39aedac Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Thu, 4 May 2017 00:25:25 -0500 Subject: [PATCH] styles --- .../frontend/directives/global-extensions-menu.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/templates/frontend/directives/global-extensions-menu.html.haml b/app/assets/templates/frontend/directives/global-extensions-menu.html.haml index eef85e067..c9d0d65bc 100644 --- a/app/assets/templates/frontend/directives/global-extensions-menu.html.haml +++ b/app/assets/templates/frontend/directives/global-extensions-menu.html.haml @@ -47,7 +47,7 @@ %label.red{"ng-if" => "action.error"} Error performing action. - %a.block.mt-10{"ng-click" => "extension.showURL = !extension.showURL"} Show URL + %a.block.mt-5{"ng-click" => "extension.showURL = !extension.showURL"} Show URL %p.wrap{"ng-if" => "extension.showURL"} {{extension.url}} %a.block.mt-5{"ng-click" => "deleteExtension(extension)"} Remove extension