1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Add a style rule for padding paragraphs within dropdowns

Fixes #306
This commit is contained in:
Jermolene 2013-12-30 12:38:45 +00:00
parent bb0be9e02f
commit 6d6e8afb9c

View File

@ -667,6 +667,10 @@ canvas.tw-edit-bitmapeditor {
white-space: nowrap; white-space: nowrap;
} }
.tw-drop-down p {
padding: 0 14px 0 14px;
}
.tw-drop-down a { .tw-drop-down a {
display: block; display: block;
padding: 0 14px 0 14px; padding: 0 14px 0 14px;