Change to the table width on overflow to have less wrapping text

This commit is contained in:
Jonathan Bobel
2024-07-26 10:38:00 -04:00
parent d68df54bb9
commit 765920ef0a
19 changed files with 83 additions and 73 deletions

View File

@@ -44,7 +44,7 @@
</div>
</div>
<div class="dashboard-table overflow-x-auto">
<div class="dashboard-table table-overflow-x-auto">
{% call(item, row_number) list_table(
notifications_by_type|reverse,
caption='Messages sent since May 2023',
@@ -82,7 +82,7 @@
) }}
</div>
</div>
<div class="overflow-x-auto">
<div class="table-overflow-x-auto">
<div class="dashboard-table">
{% call(item, row_number) list_table(
processing_time | reverse,
@@ -122,7 +122,7 @@
<span class="usa-sr-only">using Notify.</span>
</div>
</div>
<div class="overflow-x-auto">
<div class="table-overflow-x-auto">
<div class="dashboard-table">
{% call(item, row_number) list_table(
organizations_using_notify,