From 0571a92a701e952219726ed8ecd27db70d06f0b0 Mon Sep 17 00:00:00 2001 From: Gleb Voitenko Date: Wed, 20 Nov 2024 16:00:24 +0300 Subject: [PATCH] fix: remove styles from TocItem --- src/components/TocItem/TocItem.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/TocItem/TocItem.scss b/src/components/TocItem/TocItem.scss index b513a8fa..73394961 100644 --- a/src/components/TocItem/TocItem.scss +++ b/src/components/TocItem/TocItem.scss @@ -52,8 +52,6 @@ $visibleStartPadding: 12px; font-size: inherit; font-weight: inherit; - position: relative; - padding: 7px 12px 7px 18px; box-sizing: border-box; word-break: break-word; background-color: transparent;