Skip to content

Commit

Permalink
fix: curric filter sidebar width add fixed width
Browse files Browse the repository at this point in the history
  • Loading branch information
orangemug committed Dec 11, 2024
1 parent 6756dfc commit 5bea32b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import styled from "styled-components";

const CurriculumVisualiserLayoutLeft = styled(OakFlex)`
min-width: 296px;
width: 296px;
`;

type CurriculumVisualiserLayoutProps = {
Expand Down

0 comments on commit 5bea32b

Please sign in to comment.