no text wrap in tables, td > btn-link padding fix
All checks were successful
Build and Push Docker Image / build (push) Successful in 9s

This commit is contained in:
Corban-Lee Jones 2024-08-22 18:17:37 +01:00
parent 52412a3c32
commit a384cc2106

View File

@ -60,6 +60,11 @@
/* Fuck ugly <td> height fix */
td {
height: 1px;
text-wrap: nowrap;
}
td > .btn-link {
padding-left: 0;
}
@-moz-document url-prefix() {