Increased horizontal padding for ToC containers
authorAlexander Ebert <ebert@woltlab.com>
Fri, 7 May 2021 12:49:37 +0000 (14:49 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 7 May 2021 12:49:37 +0000 (14:49 +0200)
wcfsetup/install/files/style/ui/toc.scss

index 98c3f1f590a11079572650280d8639fe733ebdaf..e764767baa8bb7f84afae74200e51d7cdcfebada 100644 (file)
@@ -1,6 +1,7 @@
 .tableOfContentsContainer {
        border: 1px solid $wcfContentBorderInner;
-       padding: 10px;
+       /* The list numbers extend into the horizontal padding, 10px is not enough for double digit numbers. */
+       padding: 10px 20px;
 
        &.open .jsTableOfContentsShow {
                display: none;