Fixed truncation of tiddler info panel

Caused by the fix to #282
print-window-tiddler
Jermolene 2014-10-09 17:42:18 +01:00
rodzic d6dc4c14d7
commit 25f4ce93ac
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -4,7 +4,7 @@ tags: $:/tags/EditTemplate
\define config-title()
$:/config/EditToolbarButtons/Visibility/$(listItem)$
\end
<div class="tc-tiddler-title">
<div class="tc-tiddler-title tc-titlebar">
<$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>
<div style="clear: both;"></div>

Wyświetl plik

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