Lower width for field-value input field (#4760)

This commit is contained in:
Simon Huber
2020-07-17 09:48:30 +02:00
committed by GitHub
parent 95e30138f0
commit 4de95a64c1

View File

@@ -1431,7 +1431,7 @@ html body.tc-body.tc-single-tiddler-window {
.tc-edit-field-add-value {
display: inline-block;
width: 40%;
width: 35%;
}
.tc-edit-field-add-button {