aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/SchemaTable.tsx
diff options
context:
space:
mode:
authorAndy Rickert <andrew_rickert@brown.edu>2020-07-06 18:27:34 -0400
committerAndy Rickert <andrew_rickert@brown.edu>2020-07-06 18:27:34 -0400
commit89f1b8b80fb84429b130329c3d94f791a7d0b3db (patch)
treed268d8efc4cdb1f7072fd733d65577b4879ab3ba /src/client/views/collections/SchemaTable.tsx
parent195dde9364bf7b294d74b95e70c8c9a9dd19f891 (diff)
dragging and general ui
Diffstat (limited to 'src/client/views/collections/SchemaTable.tsx')
-rw-r--r--src/client/views/collections/SchemaTable.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/SchemaTable.tsx b/src/client/views/collections/SchemaTable.tsx
index 5a73e7501..878cc6f6d 100644
--- a/src/client/views/collections/SchemaTable.tsx
+++ b/src/client/views/collections/SchemaTable.tsx
@@ -217,7 +217,7 @@ export class SchemaTable extends React.Component<SchemaTableProps> {
className="collectionSchemaView-menuOptions-wrapper"
style={{
background: col.color, padding: "2px",
- display: "flex", cursor: "default"
+ display: "flex", cursor: "default", height: "100%",
}}>
<FontAwesomeIcon icon={icon} size="lg" style={{ display: "inline", paddingLeft: "7px" }} />
{/* <div className="keys-dropdown"