Fixed kbd overflow
authorAlexander Ebert <ebert@woltlab.com>
Fri, 2 Sep 2016 10:49:55 +0000 (12:49 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 2 Sep 2016 10:49:55 +0000 (12:49 +0200)
wcfsetup/install/files/style/bbcode/inlineCode.scss

index 4b3d0ff23cba417419eb9c439e9593df486c41a9..aab9d2ee685658f517a3b4e1633d1c785f25645d 100644 (file)
@@ -7,6 +7,7 @@ kbd {
        display: inline-block;
        font-family: Consolas, 'Courier New', monospace;
        margin: 0 2px;
+       overflow: auto;
        padding: 0 4px;
        word-break: break-all;
        word-wrap: break-word;