diff --git a/src/components/Event/EventFormFields.tsx b/src/components/Event/EventFormFields.tsx index 1999d31..c80ee59 100644 --- a/src/components/Event/EventFormFields.tsx +++ b/src/components/Event/EventFormFields.tsx @@ -291,7 +291,17 @@ export default function EventFormFields({ size="small" margin="dense" multiline - rows={2} + minRows={2} + maxRows={10} + sx={{ + "& .MuiInputBase-root": { + maxHeight: "33%", + overflowY: "auto", + }, + "& textarea": { + resize: "vertical", + }, + }} /> )} diff --git a/src/components/Event/InfoRow.tsx b/src/components/Event/InfoRow.tsx index 6063c3a..25195b5 100644 --- a/src/components/Event/InfoRow.tsx +++ b/src/components/Event/InfoRow.tsx @@ -62,7 +62,14 @@ export function InfoRow({ content, }: InfoRowProps) { return ( - + {icon} {content ? ( content @@ -70,7 +77,13 @@ export function InfoRow({ {data ? ( )}