From 0c8fdb7e1849074d909ec305a4d69e60d6c179f4 Mon Sep 17 00:00:00 2001 From: Reimar Date: Fri, 17 Oct 2025 10:28:46 +0200 Subject: [PATCH] fix prototype overflows in console --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index bf2d877..cf3b07a 100644 --- a/style.css +++ b/style.css @@ -223,13 +223,17 @@ div#buttons button { text-overflow: ellipsis; } -#console .property + .base-value { +#console .property + .base-value, +#console .prototype + .base-value { + white-space: nowrap; +} + +#console .property, #console .prototype { white-space: nowrap; } #console .property { color: #9c27b0; - white-space: nowrap; } #console .property + [data-type="string"]:before,