aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/EditableView.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/EditableView.tsx')
-rw-r--r--src/client/views/EditableView.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/EditableView.tsx b/src/client/views/EditableView.tsx
index ed7c544fc..abb7ed7ee 100644
--- a/src/client/views/EditableView.tsx
+++ b/src/client/views/EditableView.tsx
@@ -290,6 +290,8 @@ export class EditableView extends React.Component<EditableProps> {
whiteSpace: this.props.oneLine ? 'nowrap' : 'pre-line',
height: this.props.height,
maxHeight: this.props.maxHeight,
+ fontStyle: this.props.fontStyle,
+ fontSize: this.props.fontSize,
}}
//onPointerDown={this.stopPropagation}
onClick={this.onClick}