Fix the vertical alignment of inline code
authorAlexander Ebert <ebert@woltlab.com>
Tue, 8 Aug 2023 13:57:51 +0000 (15:57 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 8 Aug 2023 13:57:51 +0000 (15:57 +0200)
wcfsetup/install/files/style/bbcode/inlineCode.scss

index 1b510bd4144c8390c2251366d377a90e234e3022..0d59db1d45c303408a116793cab93a1e22b37a4a 100644 (file)
@@ -15,7 +15,7 @@ kbd {
        overflow: auto;
        padding: 0.15em;
        text-decoration: none;
-       vertical-align: middle;
+       vertical-align: text-top;
        word-break: break-word;
        word-wrap: break-word;
 }