1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix bad table rendering with info button

When the info button in the TagManager was press it revealed the info
table but it was squished in one cell and that pushed the right side of
the table past the width of the tiddler. So using a colspan optimises
the spacing (plus it looks better).
This commit is contained in:
Devin Weaver 2015-06-30 23:59:23 -04:00
parent 98a1ee1a8d
commit 7057c6252e

View File

@ -62,7 +62,7 @@ $title$$(currentTiddler)$
</tr>
<tr>
<td></td>
<td>
<td colspan="4">
<$reveal state=<<qualifyTitle "$:/state/tag-manager/">> type="match" text="open" default="">
<table>
<tbody>
@ -72,8 +72,6 @@ $title$$(currentTiddler)$
</table>
</$reveal>
</td>
<td></td>
<td></td>
</tr>
</$list>
<tr>