diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-07-24 17:18:15 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-07-24 17:18:15 -0400 |
commit | 828fdd80ab8af26f6e2ef521e05a71e7e500bf8c (patch) | |
tree | b3d6f76b8362f12b6d1af1dc66d4001e995ecf03 /src/client/views/EditableView.tsx | |
parent | 0ebcadb80a89e7fe4f8f2a8a47570b19fd2f8711 (diff) |
view specsss
Diffstat (limited to 'src/client/views/EditableView.tsx')
-rw-r--r-- | src/client/views/EditableView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/EditableView.tsx b/src/client/views/EditableView.tsx index a5bb40243..bd00d47b9 100644 --- a/src/client/views/EditableView.tsx +++ b/src/client/views/EditableView.tsx @@ -116,7 +116,7 @@ export class EditableView extends React.Component<EditableProps> { return ( <div className={`editableView-container-editing${this.props.oneLine ? "-oneLine" : ""}`} style={{ display: this.props.display, height: "auto", maxHeight: `${this.props.height}` }} - onClick={this.onClick} > + onClick={this.onClick}> <span style={{ fontStyle: this.props.fontStyle }}>{this.props.contents}</span> </div> ); |