fix: Increase TOC gutter to allow for offset emoji

closes #2661
This commit is contained in:
Tom Moor
2021-10-14 17:04:25 -07:00
parent 2219cfd83e
commit 96fc95a9f3

View File

@@ -74,7 +74,7 @@ const Wrapper = styled("div")`
box-shadow: 1px 0 0 ${(props) => props.theme.divider};
margin-top: 40px;
margin-right: 2em;
margin-right: 3.2em;
min-height: 40px;
overflow-y: auto;