From 9b76dcffdc9917f427b897806f4ab24bc089cd2c Mon Sep 17 00:00:00 2001 From: Benjamin Gross Date: Tue, 24 Jan 2017 16:05:51 -0700 Subject: [PATCH] Small column spacing adjustment for controls --- bootstrap3.facetview.theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap3.facetview.theme.js b/bootstrap3.facetview.theme.js index 57dd09e..2d2ce60 100644 --- a/bootstrap3.facetview.theme.js +++ b/bootstrap3.facetview.theme.js @@ -36,7 +36,7 @@ function theFacetview(options) { var thefacetview = '
'; // make space for the search options container at the top - thefacetview += '
'; + thefacetview += '
'; // if there are facets, give them span3 to exist, otherwise, take up all the space var showfacets = false;