Skip to content

Commit

Permalink
fix: Fix Toc layout width
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 20, 2023
1 parent c4a370b commit afffc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DocLayout/DocLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
top: var(--dc-header-height, #{$headerHeight});
padding-left: 24px;
width: 252px;
box-sizing: border-box;
box-sizing: content-box;
background-color: var(--g-color-base-background);
@include text-size(body-1);
}
Expand Down

0 comments on commit afffc45

Please sign in to comment.