Remove 2em of whitespace from EditTemplate when there are no visible fields (#5063)

* Remove 2em of whitespace from EditTemplate when there are no visible fields

* Update base.tid

* Update fields.tid

* Update fields.tid

* Update base.tid
This commit is contained in:
Simon Huber
2020-11-18 19:02:40 +01:00
committed by GitHub
parent 0be778fc27
commit da66323dc5
2 changed files with 5 additions and 1 deletions

View File

@@ -1420,6 +1420,10 @@ html body.tc-body.tc-single-tiddler-window {
width: 100%;
}
.tc-edit-fields.tc-edit-fields-small {
margin-top: 0;
margin-bottom: 0;
}
.tc-edit-fields table, .tc-edit-fields tr, .tc-edit-fields td {
border: none;