Fixed inline code alignment on iOS
authorAlexander Ebert <ebert@woltlab.com>
Wed, 24 Aug 2016 20:53:51 +0000 (22:53 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 24 Aug 2016 20:53:51 +0000 (22:53 +0200)
wcfsetup/install/files/style/bbcode/inlineCode.scss

index 4b3d0ff23cba417419eb9c439e9593df486c41a9..8a32ca1c65029f5c4111b85e944b5d39142e7cd2 100644 (file)
@@ -8,6 +8,7 @@ kbd {
        font-family: Consolas, 'Courier New', monospace;
        margin: 0 2px;
        padding: 0 4px;
        font-family: Consolas, 'Courier New', monospace;
        margin: 0 2px;
        padding: 0 4px;
+       vertical-align: middle;
        word-break: break-all;
        word-wrap: break-word;
 }
        word-break: break-all;
        word-wrap: break-word;
 }