iOS Safari messed up vertical alignment of <kbd>
authorAlexander Ebert <ebert@woltlab.com>
Tue, 30 Aug 2016 11:10:21 +0000 (13:10 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 30 Aug 2016 11:10:21 +0000 (13:10 +0200)
wcfsetup/install/files/style/bbcode/inlineCode.scss

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