Changes for page Desk allocation

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

From version 200.1
edited by Abdullah Sharifi
on 2024/03/12 16:21
Change comment: Kanban content updated
To version 201.1
edited by Abdullah Sharifi
on 2024/03/12 16:29
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -99,5 +99,12 @@
99 99   }
100 100   }
101 101   }
102 +
103 +
104 + const kanbanContainer = document.querySelector('.kanban-container');
105 + kanbanContainer.style.display = "flex";
106 + kanbanContainer.style.justifyContent = "center"
107 + kanbanContainer.style.alignItems = "center"
108 + kanbanContainer.style.flexWrap = "wrap"
102 102  };
103 103