mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
adjusted max-width scaling for kanban swimlanes
This commit is contained in:
@@ -14,8 +14,8 @@ export interface ResponsiveKanbanConfig {
|
|||||||
*/
|
*/
|
||||||
const DEFAULT_CONFIG: ResponsiveKanbanConfig = {
|
const DEFAULT_CONFIG: ResponsiveKanbanConfig = {
|
||||||
columnWidth: 288, // 18rem = 288px (w-72)
|
columnWidth: 288, // 18rem = 288px (w-72)
|
||||||
columnMinWidth: 280, // Minimum column width - increased to ensure usability
|
columnMinWidth: 280, // Minimum column width - ensures usability
|
||||||
columnMaxWidth: 360, // Maximum column width to ensure responsive scaling
|
columnMaxWidth: Infinity, // No max width - columns scale evenly to fill viewport
|
||||||
gap: 20, // gap-5 = 20px
|
gap: 20, // gap-5 = 20px
|
||||||
padding: 40, // px-5 on both sides = 40px (matches gap between columns)
|
padding: 40, // px-5 on both sides = 40px (matches gap between columns)
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user