From 3cb6712ccb686ee07db5c38e32b98cf63ff716c4 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 3 Apr 2025 21:22:18 +0100 Subject: [PATCH] Minimum width for lists --- themes/tiddlywiki/vanilla/base.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 9def62d95..9bad1aeb8 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -3568,11 +3568,13 @@ span.tc-translink > a:first-child { } .tc-inspect-input-box { + min-width: 20em; --box-background-color: #fcf; --box-foreground-color: #404; } .tc-inspect-output-box { + min-width: 20em; --box-background-color: #cff; --box-foreground-color: #044; }