Fixed 1px page jump caused by the code box button
authorAlexander Ebert <ebert@woltlab.com>
Mon, 9 Oct 2017 14:50:13 +0000 (16:50 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 9 Oct 2017 14:50:13 +0000 (16:50 +0200)
wcfsetup/install/files/style/bbcode/code.scss

index 9173260184c90f6ade58906d86562bd88c2edc2e..8eb293e2cc5f2521a5c2992bb52ab40d050fcf00 100644 (file)
@@ -52,6 +52,9 @@
                        align-items: center;
                        display: flex;
                        
+                       /* required to avoid layout jumping caused by the dynamically added 24px button */
+                       min-height: 24px;
+                       
                        > .codeBoxHeadline {
                                flex: 1 1 auto;
                                padding: 0 10px;