Skip to content

Commit

Permalink
Add margin for no major case
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-Ram committed Nov 3, 2024
1 parent 70e1884 commit 9a89603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export const NoMajorSidebar: React.FC<NoMajorSidebarProps> = ({
renderDropdownWarning={false}
planId={selectedPlan.id}
>
<Stack px="md">
<Stack px="md" mb="3">
<Text>
A major has not been selected for this plan. Please select one if you
would like to see major requirements. If we do not support your major,
Expand Down

0 comments on commit 9a89603

Please sign in to comment.