1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00

Menu lists should only use white-space: nowrap in the sidebar

Fixes #5030
This commit is contained in:
jeremy@jermolene.com 2020-11-13 18:00:37 +00:00
parent 568990409a
commit 1eac5c051f

View File

@ -834,7 +834,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
fill: <<colour sidebar-controls-foreground-hover>>;
}
.tc-menu-list-item {
.tc-sidebar-lists .tc-menu-list-item {
white-space: nowrap;
}