diff options
| author | anika <anika.ahluwalia@gmail.com> | 2021-02-11 16:08:38 -0500 |
|---|---|---|
| committer | anika <anika.ahluwalia@gmail.com> | 2021-02-11 16:08:38 -0500 |
| commit | aede6226aa367ff3137b126e0d0e23e1b2ca84db (patch) | |
| tree | 40ba9f7e5236ef9fe298a8772c59b6cb710e172a /src/client/views/nodes | |
| parent | 35e1b844c23b0f78ead7ab00ffec16c8c6460229 (diff) | |
last minor changes before switching branches
Diffstat (limited to 'src/client/views/nodes')
| -rw-r--r-- | src/client/views/nodes/FilterBox.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/FilterBox.tsx b/src/client/views/nodes/FilterBox.tsx index 6b1cd793e..a1b55f490 100644 --- a/src/client/views/nodes/FilterBox.tsx +++ b/src/client/views/nodes/FilterBox.tsx @@ -250,8 +250,8 @@ export class FilterBox extends ViewBoxBaseComponent<FieldViewProps, FilterBoxDoc if (doc) { return doc._viewType === CollectionViewType.Docking || (Doc.IsSystem(doc)) ? (null) : <> - <div> - <select className="filterBox-treeView-selection"> + <div style={{ marginRight: "5px", fontSize: "10px" }}> + <select className="filterBox-selection"> <option value="Is" key="Is">Is</option> <option value="Is Not" key="Is Not">Is Not</option> </select> |
