Skip to content

Commit

Permalink
feat: Update column width
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s committed Sep 27, 2023
1 parent 445d364 commit c344a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor.planx.uk/src/@planx/components/Section/Public.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const SectionRow = styled(Box)(({ theme }) => ({
const SectionWrap = styled(Box)(({ theme }) => ({
[theme.breakpoints.up("md")]: {
flexShrink: 1,
flexBasis: `calc(100% - 260px)`,
flexBasis: `calc(100% - 230px)`,
},
}));

Expand All @@ -253,7 +253,7 @@ const SectionState = styled("dd")(({ theme }) => ({
[theme.breakpoints.up("md")]: {
display: "flex",
flexShrink: 0,
flexBasis: "260px",
flexBasis: "230px",
justifyContent: "flex-end",
alignItems: "flex-start",
},
Expand Down

0 comments on commit c344a89

Please sign in to comment.