From 96373a0cc72f29a65f1c0d987ea05c634124f41f Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Sun, 5 Jun 2016 02:33:25 -0400 Subject: Reposition search highlighting for code blocks (#3230) Certain code bocks will have the search highlighting wrap differently than the code itself so they become out of sync --- webapp/sass/layout/_markdown.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webapp/sass/layout') diff --git a/webapp/sass/layout/_markdown.scss b/webapp/sass/layout/_markdown.scss index 04c4434ac..a9e011929 100644 --- a/webapp/sass/layout/_markdown.scss +++ b/webapp/sass/layout/_markdown.scss @@ -81,6 +81,8 @@ .post-code__search-highlighting { color: transparent; + right: 6.5px; + left: 6.5px; pointer-events: none; position: absolute; @include user-select(none); -- cgit v1.2.3-1-g7c22