refactor: improve UI styling for course structure draggable elements

This commit is contained in:
swve 2025-03-11 16:58:05 +01:00
parent 006c2c4072
commit 4e2c711227
2 changed files with 3 additions and 3 deletions

View file

@ -151,7 +151,7 @@ function ChapterElement(props: ChapterElementProps) {
>
{(provided) => (
<div {...provided.droppableProps} ref={provided.innerRef}>
<div className="flex flex-col">
<div className="flex flex-col min-h-[60px]">
{activities.map((activity: any, index: any) => {
return (
<div key={activity.activity_uuid} className="flex items-center ">