From cc93eb164ba037c554870c3ed570e877de960c0e Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 15 Sep 2020 10:08:19 -0600 Subject: [PATCH] Wrap overflow in developer box --- theme/basic.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/basic.css b/theme/basic.css index f00195e..14a5a1e 100644 --- a/theme/basic.css +++ b/theme/basic.css @@ -93,6 +93,7 @@ input:invalid { #devel { background-color: #eee; color: black; + overflow: scroll; } #devel .string { color: #9c27b0;