1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 06:13:17 +00:00

clears tiddler body for when one adds right-floating element to subtitle

otherwise has no effect
This commit is contained in:
Tobias Beer 2015-09-26 12:22:17 +02:00
parent fd997c4581
commit 6b1e6b7545

View File

@ -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}};