When resizing the viewport for the header, I noticed other responsive issues and addressed them here

This commit is contained in:
Jonathan Bobel
2024-03-05 09:51:25 -05:00
parent 0d15734110
commit 026ed52ce5
12 changed files with 206 additions and 192 deletions

View File

@@ -355,7 +355,7 @@ td.table-empty-message {
background-image: url(../img/material-icons/description.svg);
}
}
.job-table, .dashboard-table {
.table-wrapper {
overflow-x: scroll;
}
}