1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 09:43:16 +00:00

Ensure that dropdown menu items don't word wrap

This commit is contained in:
Jeremy Ruston 2013-02-04 10:54:55 +00:00
parent 319e1b72f8
commit b260e6e69a

View File

@ -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 {