more table alignment improvements

This commit is contained in:
Michael Quigley 2022-09-01 14:43:18 -04:00
parent 3afd2f06f3
commit 106b8ba469
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -23,6 +23,9 @@
table-layout: fixed;
width: 100%;
}
td {
vertical-align: top;
}
td:last-child {
width: 80%;
overflow: clip;