fix : styling and word wrap

This commit is contained in:
daragh 2024-02-18 16:30:16 +00:00
parent e4a48864ad
commit 0851e9934d
No known key found for this signature in database

View file

@ -11,16 +11,17 @@
.center {
margin-left: auto;
margin-right: auto;
}
.center, .center th, .center td {
border: 1px solid white;
}
& table, & th {
border: 1px solid;
}
.center {
border-spacing: 0;
}
& td {
border: 1px solid;
width: fit-content;
white-space: nowrap;
}
.center th, .center td {
margin: 3px;
}
#key_table {