From b260e6e69afb79b27c98a320c493dbd242788db3 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 4 Feb 2013 10:54:55 +0000 Subject: [PATCH] Ensure that dropdown menu items don't word wrap --- core/styles/base.tid | 2 ++ 1 file changed, 2 insertions(+) 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 {