From 979f8ee1a4f2464c20f3fef0d2111827fef2e97e Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Mon, 9 Dec 2024 00:00:41 +0100 Subject: [PATCH] fix: preserve and nowrap in profiler code highlighting --- Resources/views/Profiler/open.css.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/views/Profiler/open.css.twig b/Resources/views/Profiler/open.css.twig index af9f0a4c..55589c29 100644 --- a/Resources/views/Profiler/open.css.twig +++ b/Resources/views/Profiler/open.css.twig @@ -40,6 +40,7 @@ #source .source-content ol li { margin: 0 0 2px 0; padding-left: 5px; + white-space: preserve nowrap; } #source .source-content ol li::marker { color: var(--color-muted);