Skip to content

Commit 13c9647

Browse files
author
Aqib Mirza
committed
fix: design fixes
1 parent 3d672ff commit 13c9647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/textInputComp/mentionComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ let MentionTmpComp = (function () {
191191
label: value,
192192
}))}
193193
autoSize={props.autoHeight}
194-
style={{ height: "100%", maxHeight: "100%", resize: "none" }}
194+
style={{ height: "100%", maxHeight: "100%", resize: "none", padding: props.style.padding }}
195195
readOnly={props.readOnly}
196196
/>
197197
</ConfigProvider>

0 commit comments

Comments
 (0)