Skip to content

Commit

Permalink
removed width:100% from contentContainer class when no sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
roslynwythe committed Nov 4, 2024
1 parent baa223f commit 343cee9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/components/Layout/ContentContainerNoSidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const useStyles = createUseStyles({
justifyContent: "flex-start",
alignItems: "center",
minHeight: "calc(100vh - 103px - 48px)",
margin: "auto",
width: "100%"
margin: "auto"
}
});

Expand Down

0 comments on commit 343cee9

Please sign in to comment.