1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-11 18:00:26 +00:00

Fixed truncation of tiddler info panel

Caused by the fix to #282
This commit is contained in:
Jermolene 2014-10-09 17:42:18 +01:00
parent d6dc4c14d7
commit 25f4ce93ac
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ tags: $:/tags/EditTemplate
\define config-title() \define config-title()
$:/config/EditToolbarButtons/Visibility/$(listItem)$ $:/config/EditToolbarButtons/Visibility/$(listItem)$
\end \end
<div class="tc-tiddler-title"> <div class="tc-tiddler-title tc-titlebar">
<$view field="title"/> <$view field="title"/>
<span class="tc-tiddler-controls tc-titlebar"><$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list></span> <span class="tc-tiddler-controls tc-titlebar"><$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>
<div style="clear: both;"></div> <div style="clear: both;"></div>

View File

@ -708,7 +708,7 @@ canvas.tc-edit-bitmapeditor {
line-height: 22px; line-height: 22px;
} }
.tc-tiddler-title, .tc-titlebar { .tc-titlebar {
overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */ overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */
} }