aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/views/EditableView.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/views/EditableView.tsx b/src/views/EditableView.tsx
index 357c97af2..2e784d3f9 100644
--- a/src/views/EditableView.tsx
+++ b/src/views/EditableView.tsx
@@ -25,7 +25,8 @@ export class EditableView extends React.Component<EditableProps> {
render() {
if (this.editing) {
- return <input defaultValue={this.props.GetValue()} onKeyDown={this.onKeyDown} autoFocus onBlur={action(() => this.editing = false)}></input>
+ return <input defaultValue={this.props.GetValue()} onKeyDown={this.onKeyDown} autoFocus onBlur={action(() => this.editing = false)}
+ style={{ width: "100%" }}></input>
} else {
return (
<div>