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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user