Changes for page Desk allocation
Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31
From version 205.1
edited by Abdullah Sharifi
on 2024/03/12 16:44
on 2024/03/12 16:44
Change comment:
There is no comment for this version
To version 204.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/03/12 16:40
on 2024/03/12 16:40
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. AbdullahSharifi1 +XWiki.RicardoJulioRodriguezFernandez
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -103,7 +103,7 @@ 103 103 104 104 const kanbanContainer = document.querySelector('.kanban-container'); 105 105 kanbanContainer.style.display = "flex"; 106 - kanbanContainer.style.justifyContent = " space-between"106 + kanbanContainer.style.justifyContent = "center" 107 107 kanbanContainer.style.alignItems = "center" 108 108 kanbanContainer.style.flexWrap = "wrap" 109 109 };