Skip to content

Commit b28c71b

Browse files
committed
fix: resolve table wrapper desktop centering and scaling (#1541)
1 parent 1d1327e commit b28c71b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/pages/badges/github-badges.module.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,9 +534,10 @@
534534
}
535535

536536
.tableWrapper {
537+
width: max-content;
538+
max-width: 100%;
539+
margin: 0 auto 32px auto;
537540
overflow-x: auto;
538-
margin-bottom: 32px;
539-
width: 100%;
540541
}
541542

542543
.achievementsTable,

0 commit comments

Comments
 (0)