From 35b3495be120cb791cfc665e008fb43098278b95 Mon Sep 17 00:00:00 2001 From: Christopher McCormack Date: Mon, 25 Feb 2019 06:37:58 -0700 Subject: [PATCH] fix: correct unbalanced element spacing (#35344) * fix: removed pseudo-elements and replaced with padding to fix unbalanced element spacing * fix: adjusted formatting to use white-space property instead of changing padding --- client/src/components/layouts/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/layouts/layout.css b/client/src/components/layouts/layout.css index cacca62506..8ba723010c 100644 --- a/client/src/components/layouts/layout.css +++ b/client/src/components/layouts/layout.css @@ -596,6 +596,7 @@ tt:before, tt:after { letter-spacing: -0.2em; content: ' '; + white-space: pre; } pre code:before, pre code:after,