Modifications pour le document Desk allocation
Modifié par Ricardo Julio Rodríguez Fernández le 2026/06/13 11:59
Depuis la version 208.1
modifié par Abdullah Sharifi
sur 2024/03/12 16:53
sur 2024/03/12 16:53
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
À la version 211.1
modifié par Abdullah Sharifi
sur 2024/03/12 16:58
sur 2024/03/12 16:58
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
Résumé
-
Objets (1 modifications, 0 ajouts, 0 suppressions)
Détails
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -4,11 +4,11 @@ 4 4 const titleContainers = document.getElementsByClassName('kanban-item'); 5 5 6 6 const kanbanContainer = document.querySelector('.kanban-container'); 7 - kanbanContainer ,style.width = '300px'7 + kanbanContainer.style.width = '300px' 8 8 kanbanContainer.style.display = "flex"; 9 9 kanbanContainer.style.justifyContent = "space-between" 10 - kanbanContainer.style.gap = " 2.5rem"11 - kanbanContainer.style.alignItems = " start"10 + kanbanContainer.style.gap = "30px" 11 + kanbanContainer.style.alignItems = "center" 12 12 kanbanContainer.style.flexWrap = "wrap" 13 13 14 14 for (let i = 0; i < titleElements.length; i++) {