From 1eac5c051f8b29f2d4ddfcf470e98ef4932aa0c2 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Fri, 13 Nov 2020 18:00:37 +0000 Subject: [PATCH] Menu lists should only use white-space: nowrap in the sidebar Fixes #5030 --- themes/tiddlywiki/vanilla/base.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 7225ffcc2..eb57435f8 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -834,7 +834,7 @@ button.tc-btn-invisible.tc-remove-tag-button { fill: <>; } -.tc-menu-list-item { +.tc-sidebar-lists .tc-menu-list-item { white-space: nowrap; }