From 6b1e6b754504d783f94b48006624902dbad4df11 Mon Sep 17 00:00:00 2001 From: Tobias Beer Date: Sat, 26 Sep 2015 12:22:17 +0200 Subject: [PATCH] clears tiddler body for when one adds right-floating element to subtitle otherwise has no effect --- 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 01ab3c267..ff697d27f 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -938,6 +938,10 @@ canvas.tc-edit-bitmapeditor { display: block; } +.tc-tiddler-body { + clear: both; +} + .tc-tiddler-frame .tc-tiddler-body { font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}; line-height: {{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}};