mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
refactor: improve UI styling for course structure draggable elements
This commit is contained in:
parent
006c2c4072
commit
4e2c711227
2 changed files with 3 additions and 3 deletions
|
|
@ -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 ">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue