Changes for page Desk allocation

Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31

From version 204.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/03/12 16:40
Change comment: There is no comment for this version
To version 205.1
edited by Abdullah Sharifi
on 2024/03/12 16:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.RicardoJulioRodriguezFernandez
1 +XWiki.AbdullahSharifi
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 = "center"
106 + kanbanContainer.style.justifyContent = "space-between"
107 107   kanbanContainer.style.alignItems = "center"
108 108   kanbanContainer.style.flexWrap = "wrap"
109 109  };