From 849d64cf9d70d9b73d79ffe01a83e233db063d70 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 30 Oct 2013 09:34:01 +0000 Subject: [PATCH] Fix field listings --- core/wiki/allfields.tid | 2 +- themes/tiddlywiki/snowwhite/base.tid | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/wiki/allfields.tid b/core/wiki/allfields.tid index 515cbf42e..0b3ef765a 100644 --- a/core/wiki/allfields.tid +++ b/core/wiki/allfields.tid @@ -3,5 +3,5 @@ title: $:/snippets/allfields \define renderfield(title) ''$title$''://{{$:/docs/fields/$title$}}// \end -<$list filter="[fields[]sort[title]]"><$macrocall $name="renderfield" title=<>/> +
<$list filter="[fields[]sort[title]]"><$macrocall $name="renderfield" title=<>/>
diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index ac476e9cb..a9b6cda13 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -413,11 +413,12 @@ a.tw-tiddlylink-external { <> } -.tw-view-fields-table { +.tw-view-field-table { width: 100%; } .tw-view-field-name { + width: 1%; /* Makes this column be as narrow as possible */ text-align: right; font-style: italic; }