Revert kbd display property
authorAlexander Ebert <ebert@woltlab.com>
Mon, 24 Apr 2017 12:49:44 +0000 (14:49 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 24 Apr 2017 12:49:50 +0000 (14:49 +0200)
This change reverts 8d381dc61e8183adcb770457f9fba25c29c00bd2

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

index 4bf5b478d02266a8084cca683accde1f2a6fa032..2f158752e941415fa5b17759eb27069afabe54e7 100644 (file)
@@ -5,7 +5,9 @@ kbd {
        border-radius: 2px;
        color: rgba(68, 68, 68, 1) !important;
        /* do not use inline-block, it breaks arrow key navigation in Firefox and Internet Explorer 11 */
-       display: inline;
+       /* update: `inline` styling breaks even more things, in particular the caret position is way off */
+       /* this reverts 8d381dc61e8183adcb770457f9fba25c29c00bd2 */
+       display: inline-block;
        font-family: Consolas, 'Courier New', monospace;
        font-style: normal;
        font-weight: normal;