aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
diff options
context:
space:
mode:
authoranika <anika.ahluwalia@gmail.com>2021-02-11 16:08:38 -0500
committeranika <anika.ahluwalia@gmail.com>2021-02-11 16:08:38 -0500
commitaede6226aa367ff3137b126e0d0e23e1b2ca84db (patch)
tree40ba9f7e5236ef9fe298a8772c59b6cb710e172a /src/client/views/nodes
parent35e1b844c23b0f78ead7ab00ffec16c8c6460229 (diff)
last minor changes before switching branches
Diffstat (limited to 'src/client/views/nodes')
-rw-r--r--src/client/views/nodes/FilterBox.tsx4
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>