Changes for page Desk allocation
Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31
From version 211.1
edited by Abdullah Sharifi
on 2024/03/12 16:58
on 2024/03/12 16:58
Change comment:
There is no comment for this version
To version 209.1
edited by Abdullah Sharifi
on 2024/03/12 16:56
on 2024/03/12 16:56
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -7,8 +7,8 @@ 7 7 kanbanContainer.style.width = '300px' 8 8 kanbanContainer.style.display = "flex"; 9 9 kanbanContainer.style.justifyContent = "space-between" 10 - kanbanContainer.style.gap = " 30px"11 - kanbanContainer.style.alignItems = " center"10 + kanbanContainer.style.gap = "2.5rem" 11 + kanbanContainer.style.alignItems = "start" 12 12 kanbanContainer.style.flexWrap = "wrap" 13 13 14 14 for (let i = 0; i < titleElements.length; i++) {