Prevent dashboard overflow on mobile

This commit is contained in:
Michael Shamoon 2021-01-08 09:33:45 -08:00
parent c980a52244
commit a4ee4e9b17

View File

@ -1,7 +1,8 @@
table {
overflow-wrap: anywhere;
table-layout: fixed;
}
th:first-child {
min-width: 5rem;
width: 25%;
}