mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-18 17:38:09 +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:
commit
115c40dc4a
@ -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…
x
Reference in New Issue
Block a user