Fix tables width
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
.tab-btn.active { color: var(--primary); border-bottom-color: var(--primary); }
|
.tab-btn.active { color: var(--primary); border-bottom-color: var(--primary); }
|
||||||
|
|
||||||
/* ── Tab panes ──────────────────────────────────────────────────────── */
|
/* ── Tab panes ──────────────────────────────────────────────────────── */
|
||||||
.tab-content { flex: 1; padding: 1.5rem; max-width: 960px; margin: 0 auto; width: 100%; }
|
.tab-content { flex: 1; padding: 1.5rem; max-width: 1200px; margin: 0 auto; width: 100%; }
|
||||||
.tab-pane { display: none; }
|
.tab-pane { display: none; }
|
||||||
.tab-pane.active { display: block; }
|
.tab-pane.active { display: block; }
|
||||||
|
|
||||||
|
|||||||
@@ -147,8 +147,8 @@ label {
|
|||||||
.table-wrap { overflow-x: auto; }
|
.table-wrap { overflow-x: auto; }
|
||||||
table { width: 100%; border-collapse: collapse; font-size: .9rem; }
|
table { width: 100%; border-collapse: collapse; font-size: .9rem; }
|
||||||
th { background: var(--surface2); color: var(--text-muted); font-weight: 600;
|
th { background: var(--surface2); color: var(--text-muted); font-weight: 600;
|
||||||
text-align: left; padding: .65rem 1rem; border-bottom: 1px solid var(--border); }
|
text-align: left; padding: .55rem .75rem; border-bottom: 1px solid var(--border); white-space: nowrap; }
|
||||||
td { padding: .65rem 1rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
|
td { padding: .55rem .75rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
|
||||||
tr:last-child td { border-bottom: none; }
|
tr:last-child td { border-bottom: none; }
|
||||||
|
|
||||||
/* ── Badges ────────────────────────────────────────────────────────────────── */
|
/* ── Badges ────────────────────────────────────────────────────────────────── */
|
||||||
|
|||||||
Reference in New Issue
Block a user