ajout d'une limite pour la taille des mots
This commit is contained in:
@@ -82,6 +82,9 @@
|
|||||||
.stats-table th,
|
.stats-table th,
|
||||||
.stats-table td {
|
.stats-table td {
|
||||||
padding: 12px 15px;
|
padding: 12px 15px;
|
||||||
|
size: 10vw;
|
||||||
|
max-width: 10vw;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stats-table tbody tr {
|
.stats-table tbody tr {
|
||||||
|
|||||||
Reference in New Issue
Block a user