Skip to content

Commit

Permalink
fix: align snippets menu title with that of the book nav
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Jun 17, 2024
1 parent 4df63c1 commit 3791b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Chapter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export function Chapter() {
w="20rem"
direction={"column"}
>
<Flex justify={"space-between"}>
<Flex justify={"space-between"} align={"center"} mt={"-5px"}>
<Text className="single-line-ellipsis" maw="260px">
{chapter?.label}
</Text>
Expand Down

0 comments on commit 3791b45

Please sign in to comment.