From 8e8e31fb9f5ed8f2e5deff0271d434dbe91f503c Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 6 Feb 2014 12:48:10 +0000 Subject: [PATCH] Force position:relative on tag pills This avoids a problem with tag pills not working properly within table cells. --- themes/tiddlywiki/vanilla/base.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 34b9f8df0..99cba1897 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -250,6 +250,7 @@ a.tw-tiddlylink-external { */ .tw-tag-list-item { + position: relative; display: inline-block; margin-right: 7px; }