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

@@ -1,9 +1,14 @@
a {
color: var(--color-link);
text-decoration: underline;
display: inline-block;
max-width: 100%;
overflow-wrap: anywhere;
word-break: break-word;
white-space: normal;
&:hover,
&:focus {
color: var(--color-link-hover);
}
}
}

View File

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