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; }