diff options
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index ed0bfbbe08b..94bc95e358d 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -319,6 +319,10 @@ h6 { } /** CODE **/ +kbd { + display: inline-block; +} + pre { font-family: $monospace_font; display: block; |