Skip to content

Commit 29df4d4

Browse files
committed
text area resize none
1 parent ddb31e6 commit 29df4d4

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/pages/common/Modals/ShareModal2

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/common/Modals/ShareModal2/elements.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export const TextArea = styled(Input).attrs({ as: 'textarea' })(
128128
height: 'auto', // let rows attr take care of height
129129
lineHeight: 1.6,
130130
marginBottom: 2,
131+
resize: 'none',
131132
})
132133
) as StyledComponent<
133134
'textarea',

0 commit comments

Comments
 (0)