fix: Long words in table of contents should wrap, closes #6883
This commit is contained in:
@@ -141,6 +141,7 @@ const ListItem = styled.li<{ level: number; active?: boolean }>`
|
||||
margin-bottom: 8px;
|
||||
padding-right: 2em;
|
||||
line-height: 1.3;
|
||||
word-break: break-word;
|
||||
|
||||
a {
|
||||
font-weight: ${(props) => (props.active ? "600" : "inherit")};
|
||||
|
||||
Reference in New Issue
Block a user