Fixed width bottom table

This commit is contained in:
zandercymatics 2024-04-24 11:18:31 -06:00
parent c565655aa8
commit 87f2dea92c
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -108,8 +108,24 @@
padding: units(2) units(2) units(2) 0;
}
th:first-of-type {
padding-left: 0;
th:nth-of-type(1) {
width: 200px;
}
th:nth-of-type(2) {
width: 158px;
}
th:nth-of-type(3) {
width: 120px;
}
th:nth-of-type(4) {
width: 95px;
}
th:nth-of-type(5) {
width: 85px;
}
thead tr:first-child th:first-child {