1

Gestion et affichage des liens morts

This commit is contained in:
2025-11-11 17:27:52 +01:00
parent e533dc3fc1
commit 39dbd89397
13 changed files with 892 additions and 1356 deletions

View File

@@ -44,3 +44,8 @@ tfoot td {
padding: var(--padding-half) var(--padding);
font-style: italic;
}
.table-wrapper {
width: 100%;
overflow-x: auto;
}