From a746d99c06575934049c54b67af546028428a725 Mon Sep 17 00:00:00 2001 From: Mike Goodstadt Date: Wed, 12 Sep 2018 17:54:17 +0200 Subject: [PATCH] Correct margin-bottom on .rg-bottom See SCSS https://codepen.io/Reklino/pen/raRaXq/ line179 --- src/angular-resizable.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/angular-resizable.css b/src/angular-resizable.css index 275f22d..e310208 100644 --- a/src/angular-resizable.css +++ b/src/angular-resizable.css @@ -63,7 +63,7 @@ width: 100%; bottom: 0; left: 0; - margin-bottom: -14px; + margin-bottom: -7px; } .rg-left { @@ -72,4 +72,4 @@ left: 0; top: 0; margin-left: -14px; -} \ No newline at end of file +}