Improved visuals for code boxes on small screens
authorAlexander Ebert <ebert@woltlab.com>
Wed, 14 Apr 2021 08:57:36 +0000 (10:57 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 14 Apr 2021 08:57:36 +0000 (10:57 +0200)
wcfsetup/install/files/style/bbcode/code.scss

index 008a89391781ffdb8d75932b67fc78b71a88e59c..f2bd7fbf8fc356f13392d19451f6ac98ee1a610b 100644 (file)
                        padding: 0 10px;
                        
                        @include wcfFontHeadline;
+
+                       @include screen-sm-down {
+                               overflow: auto;
+                               white-space: nowrap;
+                       }
+               }
+
+               .icon {
+                       flex: 0 0 auto;
                }
        }