diff options
| author | anika <anika.ahluwalia@gmail.com> | 2020-12-31 10:41:37 -0600 |
|---|---|---|
| committer | anika <anika.ahluwalia@gmail.com> | 2020-12-31 10:41:37 -0600 |
| commit | d16a3e3ce298b542cbb2416319c462efaafa191f (patch) | |
| tree | bb268a8f7a83ec809f089f1318a36239147dee76 /src/client/views/search/SearchBox.tsx | |
| parent | 7174328702fe6b350780728db890141f50ceec5b (diff) | |
| parent | 319e0a27805c504595f43591353c1ee009aa51d1 (diff) | |
merge and fix
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index d3fee85a7..d10afdcf9 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -466,7 +466,7 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc } @computed get scopeButtons() { - return <div style={{ height: 25, paddingLeft: "4px", paddingRight: "4px", border: "1px solid gray", borderRadius: "0.3em", borderBottom: !this.open ? "1px solid" : "none", }}> + return <div style={{ height: 25, paddingLeft: "4px", paddingRight: "4px"}}> <form className="beta" style={{ justifyContent: "space-evenly", display: "flex" }}> <div style={{ display: "contents" }}> <div className="radio" style={{ margin: 0 }}> |
