mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Menu lists should only use white-space: nowrap in the sidebar
Fixes #5030
This commit is contained in:
parent
568990409a
commit
1eac5c051f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user