fix: text in final table column causing overflow

This commit is contained in:
Stevan Freeborn
2023-04-25 17:31:28 -05:00
parent 10ab2d3d17
commit fccf60b7cf
+4
View File
@@ -80,6 +80,10 @@
border-bottom: 1px solid #0b3766;
}
.container table>tbody>tr>td:last-child {
word-break: break-word;
}
.container table>thead>tr>th {
white-space: nowrap;
}