fix: card clips overflowing table content to screen width

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mguschin
2026-05-13 21:03:57 +03:00
parent fca3ca115e
commit 98264d42af

View File

@@ -310,6 +310,12 @@ button.sm, a[role="button"].sm {
/* Table */ /* Table */
.table-scroll { .table-scroll {
overflow-x: auto; overflow-x: auto;
max-width: 100%;
}
article.card {
overflow: hidden;
max-width: 100%;
} }
table.align-middle td, table.align-middle td,