Modifications pour le document Desk allocation

Modifié par Ricardo Julio Rodríguez Fernández le 2026/06/13 11:59

Depuis la version 210.1
modifié par Abdullah Sharifi
sur 2024/03/12 16:57
Commentaire de modification : Il n'y a aucun commentaire pour cette version
À la version 212.1
modifié par Abdullah Sharifi
sur 2024/03/12 16:59
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

XWiki.JavaScriptExtension[0]
Code
... ... @@ -4,7 +4,6 @@
4 4   const titleContainers = document.getElementsByClassName('kanban-item');
5 5  
6 6   const kanbanContainer = document.querySelector('.kanban-container');
7 - kanbanContainer.style.width = '300px'
8 8   kanbanContainer.style.display = "flex";
9 9   kanbanContainer.style.justifyContent = "space-between"
10 10   kanbanContainer.style.gap = "30px"