Better accessibility of code box buttons
authorAlexander Ebert <ebert@woltlab.com>
Sun, 15 May 2022 09:16:26 +0000 (11:16 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 15 May 2022 09:16:26 +0000 (11:16 +0200)
wcfsetup/install/files/style/bbcode/code.scss

index bfe7e34a3a2de96fcac735b1a5bd3340b9ea779a..0b632efc39e0f9b526dfa8159daa09cab5095a3d 100644 (file)
@@ -99,7 +99,7 @@
 
                > .codeBoxHeadline {
                        flex: 1 1 auto;
-                       padding: 0 10px;
+                       margin-right: 10px;
 
                        @include wcfFontHeadline;
 
 
                .icon {
                        flex: 0 0 auto;
+
+                       &:not(:last-child) {
+                               margin-right: 10px;
+                       }
                }
        }