mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Change to the table width on overflow to have less wrapping text
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
Email complaints
|
||||
</h1>
|
||||
|
||||
<div class="overflow-x-auto">
|
||||
<div class="table-overflow-x-auto">
|
||||
{% call(item, row_number) list_table(
|
||||
complaints,
|
||||
caption="Complaints",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
{% from "components/components/details/macro.njk" import usaDetails %}
|
||||
|
||||
{% macro services_table(services, caption) %}
|
||||
<div class="overflow-x-auto">
|
||||
<div class="table-overflow-x-auto">
|
||||
{% call(item, row_number) mapping_table(
|
||||
caption=caption,
|
||||
caption_visible=False,
|
||||
|
||||
Reference in New Issue
Block a user