mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +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;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-tiddler-body {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-tiddler-frame .tc-tiddler-body {
|
.tc-tiddler-frame .tc-tiddler-body {
|
||||||
font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};
|
font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};
|
||||||
line-height: {{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}};
|
line-height: {{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}};
|
||||||
|
Loading…
Reference in New Issue
Block a user