Changes for page Desk allocation

Last modified by Ricardo Julio Rodríguez Fernández on 2025/06/02 10:02

From version 214.1
edited by Abdullah Sharifi
on 2024/03/12 17:02
Change comment: There is no comment for this version
To version 213.1
edited by Abdullah Sharifi
on 2024/03/12 17:00
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -5,7 +5,7 @@
5 5  
6 6   const kanbanContainer = document.querySelector('.kanban-container');
7 7   kanbanContainer.style.display = "flex";
8 - kanbanContainer.style.justifyContent = "space-around"
8 + kanbanContainer.style.justifyContent = "space-between"
9 9   kanbanContainer.style.alignItems = "start"
10 10   kanbanContainer.style.flexWrap = "wrap"
11 11