From 6d6e8afb9cf58253e9bce85ea72fccd41f98a636 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 30 Dec 2013 12:38:45 +0000 Subject: [PATCH] Add a style rule for padding paragraphs within dropdowns Fixes #306 --- themes/tiddlywiki/vanilla/base.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 2e7cd9c36..0e94b194f 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -667,6 +667,10 @@ canvas.tw-edit-bitmapeditor { white-space: nowrap; } +.tw-drop-down p { + padding: 0 14px 0 14px; +} + .tw-drop-down a { display: block; padding: 0 14px 0 14px;