From d48fe0beb01a1e11958906db3d188b08b844ab3e Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Mon, 4 May 2020 13:32:18 +0200 Subject: [PATCH] Fix code display with no specific language --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 42c2260..48d026d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -575,7 +575,7 @@ abbr[title]:after { } /******************* Article Code *******************/ -.highlight pre { +pre { font-size: 0.8rem; white-space: pre-wrap; padding: 0.3rem;