1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Merge pull request #1964 from tobibeer/clear-tiddler-body

clears tiddler body for when one adds right-floating element to subtitle
This commit is contained in:
Jeremy Ruston 2015-09-26 17:42:54 +01:00
commit 115c40dc4a

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