Skip to content

Commit 5bb521b

Browse files
committed
fix: horizontal table scrolling on mobile (#1541)
1 parent 5f2a0d6 commit 5bb521b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,7 @@
536536
.tableWrapper {
537537
overflow-x: auto;
538538
margin-bottom: 32px;
539-
display: flex;
540-
justify-content: center;
539+
width: 100%;
541540
}
542541

543542
.achievementsTable,

0 commit comments

Comments
 (0)