fix: card clips overflowing table content to screen width
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user