diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-16 14:53:28 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-16 14:53:28 -0400 |
| commit | 7dfe23b50305a32f14cccca3cea50a1d730e17df (patch) | |
| tree | cb2e02125c491fa974327af0a2926a997ae47996 /src/client/views/search/SearchBox.scss | |
| parent | bef7fc20fecf4056a4f8ff47ff593b2df5e329af (diff) | |
| parent | 89645a61e95f8d9e760d6b18e2c006fcb003c900 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 324ba3063..109b88ac9 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -41,11 +41,10 @@ } .searchBox-results { - margin-right: 142px; + margin-right: 136px; top: 300px; display: flex; flex-direction: column; - margin-right: 72px; max-height: 560px; overflow: hidden; overflow-y: auto; @@ -60,5 +59,6 @@ text-transform: uppercase; text-align: left; font-weight: bold; + margin-left: 28px; } }
\ No newline at end of file |
