Upgrade to Tailwind v4 (#1853)

* Upgrade to Tailwind v4

* Update max width classes

* Revert improper changes from Tailwind migration tool
This commit is contained in:
Zach Gollwitzer
2025-02-12 11:22:30 -05:00
committed by GitHub
parent 945a39d035
commit a82c0303ce
37 changed files with 501 additions and 545 deletions

View File

@@ -16,7 +16,7 @@
</div>
</div>
<div class="mx-auto max-w-screen-lg my-12">
<div class="mx-auto max-w-5xl my-12">
<%= render "imports/table", headers: @import.csv_headers, rows: @import.csv_sample, caption: "Sample data from your uploaded CSV" %>
</div>
</div>