mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-26 17:06:51 +00:00
clears tiddler body for when one adds right-floating element to subtitle
otherwise has no effect
This commit is contained in:
parent
fd997c4581
commit
6b1e6b7545
@ -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}};
|
||||
|
Loading…
Reference in New Issue
Block a user