From 521e7f9b6298e2a3261d7100ab608380c65d7588 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 27 Nov 2014 23:03:26 +0000 Subject: [PATCH] Adjust default dropdown width To avoid text of exporter descriptions overflowing on Firefox. We need a better solution. On Chrome, nested popups resize to fit their content, without being constrained by the parent width. --- themes/tiddlywiki/vanilla/base.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index eef870fef..da057fa53 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -660,7 +660,7 @@ button.tc-untagged-label { font-size: 1em; } -.tc-tiddler-controls button { +.tc-tiddler-controls > span > button { vertical-align: baseline; margin-left:5px; } @@ -917,7 +917,7 @@ canvas.tc-edit-bitmapeditor { } .tc-drop-down { - min-width: 280px; + min-width: 380px; border: 1px solid <>; background-color: <>; padding: 7px 0 7px 0; @@ -1004,7 +1004,7 @@ canvas.tc-edit-bitmapeditor { .tc-block-dropdown { position: absolute; - min-width: 280px; + min-width: 220px; border: 1px solid <>; background-color: <>; padding: 7px 0;