From e20116a1ac6f136219ff08a3b4f9c060c2ca3cd4 Mon Sep 17 00:00:00 2001 From: Borys Borysenko Date: Sat, 2 Jul 2016 18:47:46 +0300 Subject: [PATCH] Fix inline code snippets in list --- src/assets/stylesheets/modules/article/_layout.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/stylesheets/modules/article/_layout.scss b/src/assets/stylesheets/modules/article/_layout.scss index c5605160cfc..c11f7c5fc2c 100644 --- a/src/assets/stylesheets/modules/article/_layout.scss +++ b/src/assets/stylesheets/modules/article/_layout.scss @@ -188,7 +188,7 @@ /* * Inline code snippets must not wrap */ - p > code { + p > code, li > code { white-space: nowrap; padding: 2px 4px; } @@ -582,4 +582,4 @@ &.warning .admonition-title:before { content: "\e610"; } -} \ No newline at end of file +}