Skip to content

Commit

Permalink
services: Added showMaxRows property when multiline textField
Browse files Browse the repository at this point in the history
  • Loading branch information
rbatistadev authored and mmadariaga committed Jul 17, 2023
1 parent e9a911f commit cb8ee70
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ export const StyledTextField = styled(TextField)(() => {
paddingInlineStart: 'var(--spacing-md)',
},

'& textarea': {
minHeight: '75px',
maxHeight: '400px',
overflow: 'auto !important',
paddingBottom: '5px',
},

'& .preffix': {
backgroundColor: `var(${colorMultilangBg})`,
borderRight: '1px solid var(--color-border)',
Expand Down

0 comments on commit cb8ee70

Please sign in to comment.