Merge branch 'main' of https://github.com/GSA/notifications-admin into 1676-individual-job-table-updates

# Conflicts:
#	app/templates/partials/jobs/notifications.html
This commit is contained in:
Jonathan Bobel
2024-07-29 15:55:59 -04:00
33 changed files with 305 additions and 209 deletions

View File

@@ -327,6 +327,16 @@ td.table-empty-message {
bottom: 0;
}
@media (max-width: units('desktop-lg')) {
.table-overflow-x-auto {
overflow-x: auto;
table {
min-width: 768px;
}
}
}
// Dashboard
.dashboard {
@@ -376,9 +386,6 @@ td.table-empty-message {
background-image: url(../img/material-icons/description.svg);
}
}
.table-wrapper {
overflow-x: scroll;
}
}
.dashboard-table {