Skip to content

Commit

Permalink
set width of 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 8284c54 commit fb8a38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Projects/ProjectsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ const ProjectsPage = ({ contentContainerRef }) => {
display: "flex",
flexDirection: "row",
justifyContent: "flex-start",
maxWidth: "100vh"
width: "100vw"
}}
>
<MemoizedMultiProjectToolbar
Expand Down

0 comments on commit fb8a38a

Please sign in to comment.