Properly size `kbd` elements in `small` elements
authorMatthias Schmidt <gravatronics@live.com>
Tue, 8 Jun 2021 11:46:54 +0000 (13:46 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 8 Jun 2021 15:12:55 +0000 (17:12 +0200)
wcfsetup/install/files/style/bbcode/inlineCode.scss

index 4d2049e398a97c04d0f1d4e680b30e5548c04520..1d4da1dc1d6702172383ee6e34855223432db5f1 100644 (file)
@@ -35,6 +35,10 @@ kbd {
        }
 }
 
+small kbd {
+       @include wcfFontSmall;
+}
+
 @supports (-webkit-overflow-scrolling: touch) {
        .inlineCode,
        kbd {