mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 23:08:07 -04:00
Change to the table width on overflow to have less wrapping text
This commit is contained in:
@@ -70,8 +70,7 @@
|
||||
</div> #}
|
||||
|
||||
{% if months %}
|
||||
<div class="overflow-x-auto">
|
||||
<div class="dashboard-table usage-table body-copy-table margin-top-4">
|
||||
<div class="dashboard-table usage-table body-copy-table table-overflow-x-auto margin-top-4">
|
||||
{% call(item, row_index) list_table(
|
||||
months,
|
||||
caption="Total spend",
|
||||
@@ -122,7 +121,6 @@
|
||||
|
||||
{% endcall %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user