Fix overflowing document titles on homepage mobile view

This commit is contained in:
Michael Shamoon 2020-12-30 23:16:30 -08:00
parent 58984737ef
commit 7a09519a3f

View File

@ -0,0 +1,7 @@
table {
overflow-wrap: anywhere;
}
th:first-child {
min-width: 5rem;
}