ajout d'une limite pour la taille des mots

This commit is contained in:
cherif
2023-01-17 00:38:51 +01:00
parent 796a8464b1
commit 1220bdb363

View File

@@ -82,6 +82,9 @@
.stats-table th,
.stats-table td {
padding: 12px 15px;
size: 10vw;
max-width: 10vw;
overflow-wrap: break-word;
}
.stats-table tbody tr {