From 96fc95a9f308063d8727c7ba75a0c125dc160c40 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 14 Oct 2021 17:04:25 -0700 Subject: [PATCH] fix: Increase TOC gutter to allow for offset emoji closes #2661 --- app/scenes/Document/components/Contents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scenes/Document/components/Contents.js b/app/scenes/Document/components/Contents.js index 5ba0faac0..88c7a0b65 100644 --- a/app/scenes/Document/components/Contents.js +++ b/app/scenes/Document/components/Contents.js @@ -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;