fix: table fills full card width

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

View File

@@ -315,7 +315,13 @@ button.sm, a[role="button"].sm {
article.card { article.card {
overflow: hidden; overflow: hidden;
width: 100%;
max-width: 100%; max-width: 100%;
box-sizing: border-box;
}
table.align-middle {
width: 100%;
} }
table.align-middle td, table.align-middle td,