disable line break for the last cell (size)

This commit is contained in:
yggverse 2025-08-10 08:48:55 +03:00
parent 7d25d7222a
commit b53a6cf8ca

View file

@ -58,6 +58,10 @@ table th {
padding: 4px 8px;
}
table td:last-child {
white-space: nowrap;
}
table > thead > tr > th {
text-align: left;
}