mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Set min rows on text areas
This commit is contained in:
parent
edacbb6c32
commit
fbaab4e3c8
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,7 @@ export const Component = () => {
|
|||
<TextField
|
||||
fullWidth
|
||||
multiline
|
||||
minRows={5}
|
||||
maxRows={5}
|
||||
InputProps={{
|
||||
className: 'textarea-mono'
|
||||
|
@ -147,6 +148,7 @@ export const Component = () => {
|
|||
<TextField
|
||||
fullWidth
|
||||
multiline
|
||||
minRows={5}
|
||||
maxRows={20}
|
||||
InputProps={{
|
||||
className: 'textarea-mono'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue