From e25ab7777ffaf68e0836b46f07c8fce473912b5e Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Fri, 18 Oct 2024 20:16:50 +0800 Subject: [PATCH] Further fix content overflow. (#8682) This reverts fix for all tables. It should fix #8617. It also adds fix for overflow in $:/Manager 's content page, testcase widget output. The fix for overflow $:/TagManager is reverted since it caused the dropdown not to display properly. --- core/ui/TagManager.tid | 4 +--- themes/tiddlywiki/vanilla/base.tid | 13 ++----------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/core/ui/TagManager.tid b/core/ui/TagManager.tid index 75daf840f..867a27c2e 100644 --- a/core/ui/TagManager.tid +++ b/core/ui/TagManager.tid @@ -62,7 +62,6 @@ color: #bbb \end \whitespace trim -
@@ -116,5 +115,4 @@ color: #bbb -
-
\ No newline at end of file + \ No newline at end of file diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index c13b69f9b..2d31dd633 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -2793,20 +2793,11 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta display: table; } -/* Fix overflow in table and toc */ -.tc-tiddler-body .tc-tabbed-table-of-contents { +/* Fix overflow toc, manager and testcase output */ +.tc-tiddler-body .tc-tabbed-table-of-contents, .tc-manager-list-item-content, .tc-test-case-output { overflow-x: auto; } -.tc-tiddler-body > table { - display: block; - overflow: auto; -} -.tc-tiddler-body > table tbody { - display: table; - width: 100%; -} - /* A wrapper to fix table overflow */ .tc-table-wrapper {