Handle long descriptions (#228)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-10-21 12:17:36 +02:00
committed by GitHub
parent aa1dddc7ba
commit e99c56f03f
3 changed files with 37 additions and 4 deletions
+11 -1
View File
@@ -490,7 +490,17 @@ function EventPopover({
size="small"
margin="dense"
multiline
rows={2}
minRows={2}
maxRows={10}
sx={{
"& .MuiInputBase-root": {
maxHeight: "33%",
overflowY: "auto",
},
"& textarea": {
resize: "vertical",
},
}}
/>
</FieldWithLabel>
)}