feat(enhanced-kanban): enhance EnhancedKanbanBoard with new task creation options and layout adjustments
- Updated the EnhancedKanbanBoard component to include a new section for creating tasks at both the top and bottom of each group. - Adjusted the CSS for the kanban groups container to improve layout responsiveness. - Refactored EnhancedKanbanGroup to manage task creation visibility and interactions more effectively, enhancing user experience during task management.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
.kanban-groups-container {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
min-height: calc(100vh - 200px);
|
||||
min-height: calc(100vh - 350px);
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user