Skip to content

Commit

Permalink
Fix ViewHelpArticles not responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlee222 committed Aug 16, 2023
1 parent 1fe60cc commit 5640f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function ViewHelpArticles() {

return (
<>
<Container maxWidth="xl" sx={{ marginY: "1rem" }}>
<Container maxWidth="xl" sx={{ marginY: "1rem", minWidth: 0 }}>
<AdminPageTitle title="Help Articles" />
<Button LinkComponent={Link} variant="contained" color="primary" sx={{ marginBottom: "1rem" }} startIcon={<NoteAddIcon />} to="/admin/support/article/create">New Article</Button>
<DataGrid
Expand Down

1 comment on commit 5640f29

@vercel
Copy link

@vercel vercel bot commented on 5640f29 Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.