Changes for page Desk allocation
Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31
From version 241.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/03/13 16:53
on 2024/03/13 16:53
Change comment:
There is no comment for this version
To version 242.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/03/13 16:54
on 2024/03/13 16:54
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -8,7 +8,7 @@ 8 8 const kanbanContainer = document.querySelector('.kanban-container'); 9 9 if (kanbanContainer) { 10 10 kanbanContainer.style.display = "flex"; 11 - kanbanContainer.style.justifyContent = " center"11 + kanbanContainer.style.justifyContent = "left" 12 12 kanbanContainer.style.alignItems = "start" 13 13 kanbanContainer.style.flexWrap = "wrap" 14 14 }