Skip to content

Commit df459d3

Browse files
authored
Merge pull request #1550 from Kuldeep2822k/fix-github-badges-scrolling
Fix GitHub badges scrolling
2 parents 5e9a530 + b28c71b commit df459d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +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-
display: flex;
540-
justify-content: center;
541541
}
542542

543543
.achievementsTable,

0 commit comments

Comments
 (0)