Prevent dashboard overflow on mobile

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

View File

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