Changes for page Desk allocation
Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31
From version 212.1
edited by Abdullah Sharifi
on 2024/03/12 16:59
on 2024/03/12 16:59
Change comment:
There is no comment for this version
To version 213.1
edited by Abdullah Sharifi
on 2024/03/12 17:00
on 2024/03/12 17:00
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -6,7 +6,6 @@ 6 6 const kanbanContainer = document.querySelector('.kanban-container'); 7 7 kanbanContainer.style.display = "flex"; 8 8 kanbanContainer.style.justifyContent = "space-between" 9 - kanbanContainer.style.gap = "30px" 10 10 kanbanContainer.style.alignItems = "start" 11 11 kanbanContainer.style.flexWrap = "wrap" 12 12