diff options
| author | Andy Rickert <andrew_rickert@brown.edu> | 2020-07-06 18:27:34 -0400 |
|---|---|---|
| committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-07-06 18:27:34 -0400 |
| commit | 89f1b8b80fb84429b130329c3d94f791a7d0b3db (patch) | |
| tree | d268d8efc4cdb1f7072fd733d65577b4879ab3ba /src/client/views/collections/SchemaTable.tsx | |
| parent | 195dde9364bf7b294d74b95e70c8c9a9dd19f891 (diff) | |
dragging and general ui
Diffstat (limited to 'src/client/views/collections/SchemaTable.tsx')
| -rw-r--r-- | src/client/views/collections/SchemaTable.tsx | 2 |
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" |
