1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-10 17:30:26 +00:00

make margin-bottom of texteditor same as margin-bottom of preview

This commit is contained in:
BurningTreeC 2024-11-10 20:08:41 +01:00
parent 0547143fef
commit 28dedda1c6

View File

@ -1360,7 +1360,7 @@ html[dir="rtl"] .tc-tiddler-frame .tc-tiddler-controls {
.tc-tiddler-frame .tc-edit-texteditor { .tc-tiddler-frame .tc-edit-texteditor {
width: 100%; width: 100%;
margin: 4px 0 4px 0; margin: 4px 0 3px 0;
} }
.tc-tiddler-frame input.tc-edit-texteditor, .tc-tiddler-frame input.tc-edit-texteditor,