diff --git a/core/wiki/allfields.tid b/core/wiki/allfields.tid index 6bdaa2689..882f61567 100644 --- a/core/wiki/allfields.tid +++ b/core/wiki/allfields.tid @@ -1,7 +1,7 @@ title: $:/snippets/allfields \define renderfield(title) -''$title$''://{{$:/language/Docs/Fields/$title$}}// +''<$text text=<<__title__>>/>''://{{$:/language/Docs/Fields/$title$}}// \end <$list filter="[fields[]sort[title]]" variable="listItem"><$macrocall $name="renderfield" title=<>/>
diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 82592d79a..0c9a1b9cd 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1042,6 +1042,8 @@ button.tc-btn-invisible.tc-remove-tag-button { .tc-view-field-name { width: 1%; /* Makes this column be as narrow as possible */ + white-space: nowrap; + vertical-align: top; text-align: right; font-style: italic; font-weight: normal;