aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-17 07:02:13 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-17 07:02:13 -0500
commit8931f7c15fcf908fdb051e9c3970bc4f0b833dbe (patch)
treebc2dcd35a9f84607a88063235f685ffe6f44aecb /src/client/views/nodes/CollectionFreeFormDocumentView.tsx
parentf0cff850172c888f6b5b661176fcd921c11cd6a9 (diff)
Fixed some style stuff
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r--src/client/views/nodes/CollectionFreeFormDocumentView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
index c44496152..31509d3ba 100644
--- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
+++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
@@ -82,7 +82,7 @@ export class CollectionFreeFormDocumentView extends React.Component<DocumentView
render() {
var parentScaling = this.nativeWidth > 0 ? this.width / this.nativeWidth : 1;
return (
- <div className="node" ref={this._mainCont} style={{
+ <div ref={this._mainCont} style={{
transformOrigin: "left top",
transform: this.transform,
width: this.width,