From 304f6352dcd2ad2e9cfe3c30cf85a796c7b36b80 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 1 Mar 2022 15:53:40 -0800 Subject: [PATCH] Remove inline-block styling on code blocks This will let code blocks go full width without inline code statements creating a new line break. --- packages/web/styles/articleInnerStyling.css | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/web/styles/articleInnerStyling.css b/packages/web/styles/articleInnerStyling.css index ace5d1e08..b702b6e69 100644 --- a/packages/web/styles/articleInnerStyling.css +++ b/packages/web/styles/articleInnerStyling.css @@ -293,7 +293,6 @@ on smaller screens we display the note icon .article-inner-css pre, .article-inner-css code { - display: inline-block; vertical-align: bottom; word-wrap: initial; font-family: 'SF Mono', monospace !important;