From 7057c6252e77d5cc69fffea563525a0d123818ef Mon Sep 17 00:00:00 2001 From: Devin Weaver Date: Tue, 30 Jun 2015 23:59:23 -0400 Subject: [PATCH] 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). --- core/ui/TagManager.tid | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/ui/TagManager.tid b/core/ui/TagManager.tid index c31a38cf7..fe3489dc9 100644 --- a/core/ui/TagManager.tid +++ b/core/ui/TagManager.tid @@ -62,7 +62,7 @@ $title$$(currentTiddler)$ - + <$reveal state=<> type="match" text="open" default=""> @@ -72,8 +72,6 @@ $title$$(currentTiddler)$
- -