mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +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:
parent
98a1ee1a8d
commit
7057c6252e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user