1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-03 03:18:02 +00:00

Enable wrapping on field names in tiddler info

The current setting makes it impossible to use the tiddler info panel with field names that are excessively long. Changing it should not have any impact on fields of ordinary length
This commit is contained in:
Jeremy Ruston
2025-07-11 15:20:10 +01:00
parent 4a97cf35d0
commit 93d30f374d

View File

@@ -1146,7 +1146,6 @@ 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;