Gestion et affichage des liens morts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -44,3 +44,8 @@ tfoot td {
|
||||
padding: var(--padding-half) var(--padding);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.table-wrapper {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user