mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Ensure that dropdown menu items don't word wrap
This commit is contained in:
parent
319e1b72f8
commit
b260e6e69a
@ -115,11 +115,13 @@ a.tw-tiddlylink-missing {
|
||||
.tw-drop-down {
|
||||
display: block;
|
||||
position: absolute;
|
||||
min-width: 20em;
|
||||
border: 1px solid {{$:/core/styles/colourmappings##dropdownborder}};
|
||||
background-color: {{$:/core/styles/colourmappings##dropdownbackground}};
|
||||
<<border-radius 4px>>
|
||||
<<box-shadow "0 5px 10px rgba(0, 0, 0, 0.2)">>
|
||||
padding: 0.5em 0em 0.5em 0em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tw-drop-down a {
|
||||
|
Loading…
Reference in New Issue
Block a user