mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Allow people to type essays
This commit is contained in:
parent
59ff5f8eca
commit
edeceba729
2 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
max-width: 100%;
|
||||
height: 4em;
|
||||
min-height: 4em;
|
||||
max-height: 10em;
|
||||
max-height: 50vh;
|
||||
resize: vertical;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
|
|
@ -1049,7 +1049,6 @@ const Textarea = forwardRef((props, ref) => {
|
|||
style={{
|
||||
width: '100%',
|
||||
height: '4em',
|
||||
maxHeight: `${maxCharacters / 50}em`,
|
||||
'--text-weight': (1 + charCount / 140).toFixed(1) || 1,
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue