Skip to content

Commit

Permalink
wrap overflow text
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewnt219 committed Oct 21, 2021
1 parent 6730f6d commit dfdae7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/web/src/components/Posts/Commits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const useStyles = makeStyles((theme: Theme) =>
},
commits: {
display: 'flex',
flexWrap: 'wrap',
margin: 0,
},
commit: {
Expand Down
1 change: 1 addition & 0 deletions src/web/src/components/Posts/Issues.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const useStyles = makeStyles((theme: Theme) =>
},
issues: {
display: 'flex',
flexWrap: 'wrap',
margin: 0,
},
issue: {
Expand Down
1 change: 1 addition & 0 deletions src/web/src/components/Posts/PullRequests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const useStyles = makeStyles((theme: Theme) =>
},
pullRequests: {
display: 'flex',
flexWrap: 'wrap',
margin: 0,
},
pullRequest: {
Expand Down

0 comments on commit dfdae7e

Please sign in to comment.