Fix the vertical alignment of inline code
authorAlexander Ebert <ebert@woltlab.com>
Sun, 20 Aug 2023 20:55:17 +0000 (22:55 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 20 Aug 2023 20:55:17 +0000 (22:55 +0200)
Removing the explicit value will allow it to default to `baseline` and implicitly inherit any explicit value.

See https://www.woltlab.com/community/thread/301237-appearance-of-the-inline-code/

wcfsetup/install/files/style/bbcode/inlineCode.scss

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