From 2cfa6f3eef95275bd98a4961750d1bed76dd9141 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Tue, 8 Mar 2016 19:38:55 -0800 Subject: [PATCH] chore: fix copy-button / aside overlap #744 --- public/resources/js/directives/copy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/resources/js/directives/copy.js b/public/resources/js/directives/copy.js index e2df686936..a2abd8bb96 100644 --- a/public/resources/js/directives/copy.js +++ b/public/resources/js/directives/copy.js @@ -24,8 +24,8 @@ angularIO.directive('copyContainer', function() { restrict: 'E', transclude: true, template: - '
' + - '' + + '
' + + '' + '' + '
' };