From 635ec65d3fd792993a018a27c915f924d28f9294 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Sun, 1 Nov 2020 11:58:27 +0100 Subject: [PATCH] Fix alignment of tc-tiddler-edit-title (#4949) --- 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 a5c7af4df..d8093d8b3 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1143,6 +1143,10 @@ canvas.tc-edit-bitmapeditor { overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */ } +.tc-tiddler-title.tc-tiddler-edit-title { + line-height: 3em; +} + html body.tc-body.tc-single-tiddler-window { margin: 1em; background: <>;