diff --git a/modules/meeting/app/components/meeting_agenda_items/form_component.sass b/modules/meeting/app/components/meeting_agenda_items/form_component.sass index 504784c181cd..e374e2a60e6b 100644 --- a/modules/meeting/app/components/meeting_agenda_items/form_component.sass +++ b/modules/meeting/app/components/meeting_agenda_items/form_component.sass @@ -2,7 +2,7 @@ .op-meeting-agenda-item-form display: grid - grid-template-columns: minmax(0, 100%) 100px 1fr + grid-template-columns: minmax(0, 100%) 100px minmax(200px, 1fr) grid-template-areas: "title duration presenter" "notes notes notes" "add_note actions actions" grid-gap: 8px