From cb0a4a7fe0beaf0e53646080233b2aef13da166a Mon Sep 17 00:00:00 2001 From: Eric Jimenez Date: Mon, 18 Apr 2016 13:19:28 -0400 Subject: [PATCH] remove only the last white space in class export, not all --- public/resources/css/module/_api.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/resources/css/module/_api.scss b/public/resources/css/module/_api.scss index 375196012f..55c9149cdc 100644 --- a/public/resources/css/module/_api.scss +++ b/public/resources/css/module/_api.scss @@ -159,9 +159,9 @@ input.api-filter { font-size: 14px; color: #1a2326; - // Override highlight.js + // the last .pln (white space) creates additional spacing between sections of the api doc. Remove it. &.no-pln { - .pln { + .pln:last-child { display: none; } }