Changes for page Desk allocation

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

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

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -99,12 +99,5 @@
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"
109 109  };
110 110