Skip to content

Commit

Permalink
merge aug/add-semester-popup changes, minor ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
August Fu authored and August Fu committed Apr 9, 2024
1 parent 5522f40 commit 360925b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/degree-plan/components/FourYearPlanPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const FourYearPlanPage = ({
split="vertical"
// maxSize={windowWidth ? windowWidth * 0.60 : 1000}
maxSize={searchPanelOpen ?
(windowWidth ? windowWidth : 1000) * 0.45
(windowWidth ? windowWidth : 1000) * 0.5
: (windowWidth ? windowWidth : 1000) * 0.6}
defaultSize="50%"
style={{
Expand Down

0 comments on commit 360925b

Please sign in to comment.