aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.scss
diff options
context:
space:
mode:
authorAndy Rickert <andrew_rickert@brown.edu>2020-04-22 14:40:45 -0700
committerAndy Rickert <andrew_rickert@brown.edu>2020-04-22 14:40:45 -0700
commitd2884635f82f28e75c69ca25919800c9cd91f925 (patch)
tree25af39c2a36eec9f3ebd8f9d7d5524723396e2cb /src/client/views/search/SearchBox.scss
parent0e192cd810be35c9c81cd93e8f4d550d8fe02d59 (diff)
scripting buttons
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
-rw-r--r--src/client/views/search/SearchBox.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss
index e3b3de898..af67f466c 100644
--- a/src/client/views/search/SearchBox.scss
+++ b/src/client/views/search/SearchBox.scss
@@ -103,14 +103,14 @@
.filter-header {
- display: flex;
+ //display: flex;
position: relative;
- flex-wrap:wrap;
+ //flex-wrap:wrap;
right: 1px;
color: grey;
- flex-direction: row-reverse;
+ //flex-direction: row-reverse;
transform-origin: top;
- justify-content: space-evenly;
+ //justify-content: space-evenly;
margin-bottom: 5px;
overflow:hidden;
transition:height 0.3s ease-out;