Skip to content

Commit

Permalink
fix: design fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqib Mirza committed Aug 7, 2023
1 parent 3d672ff commit 13c9647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ let MentionTmpComp = (function () {
label: value,
}))}
autoSize={props.autoHeight}
style={{ height: "100%", maxHeight: "100%", resize: "none" }}
style={{ height: "100%", maxHeight: "100%", resize: "none", padding: props.style.padding }}
readOnly={props.readOnly}
/>
</ConfigProvider>
Expand Down

0 comments on commit 13c9647

Please sign in to comment.