We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6133d6c commit 2120606Copy full SHA for 2120606
web/renderer/components/EditCellInput/Input.tsx
@@ -66,6 +66,7 @@ export default function Input(props: Props) {
66
...styles,
67
width: "max-content",
68
minWidth: "100%",
69
+ maxWidth: "300px",
70
};
71
},
72
singleValue: styles => {
@@ -80,7 +81,8 @@ export default function Input(props: Props) {
80
81
option: styles => {
82
return {
83
- whiteSpace: "nowrap",
84
+ whiteSpace: "normal",
85
+ wordWrap: "break-word",
86
87
88
0 commit comments