From cff685ea11729d8face0ab834accbf55a9326ae6 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 27 Jun 2024 17:02:11 +0100 Subject: [PATCH] Testcase widget: remove negative margins The intention was to horizontally align the body text with the text within the test case. However, it also caused an overflow when used within vertical tabs (as in the release note) --- themes/tiddlywiki/vanilla/base.tid | 5 ----- 1 file changed, 5 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 641d44779..ca8d40aa7 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -3264,11 +3264,6 @@ span.tc-translink > a:first-child { border-radius: 6px; } -.tc-tiddler-frame .tc-test-case-wrapper { - margin-left: -0.5em; - margin-right: -0.5em; -} - .tc-test-case-wrapper { background-color: <>; }