diff --git a/core/styles/base.tid b/core/styles/base.tid index 5767582da..d41de34ea 100644 --- a/core/styles/base.tid +++ b/core/styles/base.tid @@ -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}}; <> <> padding: 0.5em 0em 0.5em 0em; + white-space: nowrap; } .tw-drop-down a {