From 3e7b7ea48e8ee6b4f2059f54e7cbc81c19ef4bef Mon Sep 17 00:00:00 2001 From: Monika Date: Wed, 19 Jun 2019 12:44:35 -0400 Subject: filtering by basic key working nicely --- src/client/views/search/SearchBox.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/client/views/search/SearchBox.scss') diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 786b76a5b..2b52112e0 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -38,11 +38,14 @@ .filter-form { background: $dark-color; - height: 400px; + // height: 400px; + height: auto; + overflow: auto; position: relative; right: 1px; color: $light-color; flex-direction: column; + display: inline-block; } #filter{ @@ -68,8 +71,11 @@ height: 20px; } -.where-in-doc{ - height: 20px; +.field-title { + color: $light-color; + text-transform: uppercase; + margin-top: 5px; + margin-bottom: 5px; } .type-of-node{ -- cgit v1.2.3-70-g09d2