Skip to content

Commit 67b854d

Browse files
kenshantaowlstronaut
authored andcommitted
flexWrap footer contributors section
1 parent 210948a commit 67b854d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/page-footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Contributors = ({contributors = [], latestCommit}) => {
3232

3333
return (
3434
<>
35-
<Box sx={{display: 'flex', alignItems: 'center'}}>
35+
<Box sx={{display: 'flex', alignItems: 'center', flexWrap: 'wrap'}}>
3636
<Text sx={{mr: 2}}>
3737
{contributors.length} {pluralize('contributor', contributors.length)}
3838
</Text>

0 commit comments

Comments
 (0)