From 5e0eca833273b029a7eddc19ce25f88e68065155 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Tue, 22 Aug 2017 23:13:03 +0200 Subject: [PATCH] Improve inline code block display --- app/styles/crate.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/styles/crate.scss b/app/styles/crate.scss index f719557a873..904392458d8 100644 --- a/app/styles/crate.scss +++ b/app/styles/crate.scss @@ -313,6 +313,13 @@ pre { overflow-x: auto; } + + p { + code { + background-color: #fff; + padding: 0 2px; + } + } } .last-update { color: $main-color-light;