Skip to content

Commit

Permalink
set maxWIdth on the multi project toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
roslynwythe committed Nov 22, 2024
1 parent 4b0e6b7 commit 12383ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/Projects/ProjectsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,8 @@ const ProjectsPage = ({ contentContainerRef }) => {
style={{
display: "flex",
flexDirection: "row",
justifyContent: "flex-start"
justifyContent: "flex-start",
maxWidth: "100vh"
}}
>
<MemoizedMultiProjectToolbar
Expand Down

0 comments on commit 12383ac

Please sign in to comment.