From b8187ce2813b9a436cb73898c31e019403798c19 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Tue, 6 Jul 2021 10:54:14 +0000 Subject: [PATCH] + pre-wrap for better comment rendering --- webroot/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webroot/css/style.css b/webroot/css/style.css index a6cf4ac..b6a99e2 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -1,3 +1,6 @@ * { font-family: sans-serif; } +pre { + white-space: pre-wrap; +}