From 3cf4a8e8e824ac6dfbfbad3c2077de3fa095393b Mon Sep 17 00:00:00 2001 From: Andy Cochran Date: Thu, 30 Jun 2016 14:44:59 -0400 Subject: [PATCH] nix unnecessary negative right margin in docs' flex grid scss --- docs/assets/scss/examples/_grid.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/assets/scss/examples/_grid.scss b/docs/assets/scss/examples/_grid.scss index d11829d1c..01bf80394 100644 --- a/docs/assets/scss/examples/_grid.scss +++ b/docs/assets/scss/examples/_grid.scss @@ -65,7 +65,6 @@ .columns { float: none; width: auto; - margin-right: -1px; // Not sure why this has to be here &:nth-child(odd) { background: #eee; -- 2.47.2