Skip to content

Commit

Permalink
Set fixed width to sources
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Apr 18, 2024
1 parent c3a70c4 commit 3149c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const WrapperSection = styled(Section)`
flex-direction: column;
height: inherit;
flex-grow: 1;
width: 1px; /* flex width */
`

const FixedHeightHeading = styled(Heading)`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const WrapperAside = styled(Aside)`
padding: 0;
height: inherit;
overflow-y: scroll;
max-width: 400px;
&&& {
margin-top: 0;
Expand Down

0 comments on commit 3149c8e

Please sign in to comment.