diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 897726453..d01270d02 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -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 { diff --git a/app/templates/partials/jobs/notifications.html b/app/templates/partials/jobs/notifications.html index 916414756..22173e6bd 100644 --- a/app/templates/partials/jobs/notifications.html +++ b/app/templates/partials/jobs/notifications.html @@ -22,7 +22,7 @@ {% else %} {% if notifications %} -
diff --git a/app/templates/partials/notifications/notifications.html b/app/templates/partials/notifications/notifications.html index 686683038..e155fdb1a 100644 --- a/app/templates/partials/notifications/notifications.html +++ b/app/templates/partials/notifications/notifications.html @@ -2,7 +2,7 @@ {% from "components/page-footer.html" import page_footer %}
| Phone number | -First name | -Last name | -Spanish | -English | -Date | -Time | -Location | -
|---|---|---|---|---|---|---|---|
| 123-456-7890 | -Lulu | -Praether | -N | -Y | -November 2, 2023 | -3:25 | -123 Ford Rd. | -
| 234-567-8901 | -Sela | -Appel | -Y | -N | -November 2, 2023 | -4:00 | -123 Ford Rd. | -
| 123-456-7890 | -Dexter | -Moseley | -N | -Y | -November 2, 2023 | -2:00 | -123 Ford Rd. | -
| Phone number | +First name | +Last name | +Spanish | +English | +Date | +Time | +Location | +
|---|---|---|---|---|---|---|---|
| 123-456-7890 | +Lulu | +Praether | +N | +Y | +November 2, 2023 | +3:25 | +123 Ford Rd. | +
| 234-567-8901 | +Sela | +Appel | +Y | +N | +November 2, 2023 | +4:00 | +123 Ford Rd. | +
| 123-456-7890 | +Dexter | +Moseley | +N | +Y | +November 2, 2023 | +2:00 | +123 Ford Rd. | +