aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.scss
diff options
context:
space:
mode:
authortschicke-brown <tyler_schicke@brown.edu>2019-07-14 22:15:21 -0400
committerGitHub <noreply@github.com>2019-07-14 22:15:21 -0400
commit9fbe9e9b452a332ecc6f79f09a24d597304246c2 (patch)
treeaeef29b4c575802649d05d79d983e8cd4cfde47b /src/client/views/search/SearchBox.scss
parent2833001145a2dc6bf3e54a7385f1093f69ebd704 (diff)
parentb5740401b027c372edb5bbf465f91abfda663705 (diff)
Merge pull request #203 from browngraphicslab/search_updates
Search updates
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
-rw-r--r--src/client/views/search/SearchBox.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss
index 2a27bbe62..08d3a65f1 100644
--- a/src/client/views/search/SearchBox.scss
+++ b/src/client/views/search/SearchBox.scss
@@ -41,11 +41,10 @@
}
.searchBox-results {
- margin-left: 27px;
+ margin-right: 142px;
top: 300px;
display: flex;
flex-direction: column;
- margin-right: 72px;
height: 560px;
overflow: hidden;
overflow-y: auto;