fix: table fills full card width
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -315,7 +315,13 @@ button.sm, a[role="button"].sm {
|
||||
|
||||
article.card {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
table.align-middle {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.align-middle td,
|
||||
|
||||
Reference in New Issue
Block a user