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 6009284 commit 4db4036Copy full SHA for 4db4036
client/packages/lowcoder/src/components/table/EditableCell.tsx
@@ -128,6 +128,7 @@ export function EditableCell<T extends JSONValue>(props: EditableCellProps<T>) {
128
>
129
{status === "toSave" && !isEditing && <EditableChip />}
130
<div
131
+ style={{minHeight: '24px'}}
132
onDoubleClick={enterEditFn}
133
134
{normalView}
0 commit comments