Skip to content

Commit

Permalink
Fix Editor preview width TiddlyWiki#7787 (TiddlyWiki#7922)
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews authored Jan 24, 2024
1 parent bc3d64f commit 575d80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/tiddlywiki/vanilla/base.tid
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ html body.tc-body.tc-single-tiddler-window {
grid-template-areas:
"toolbar toolbar"
"editor preview";
grid-template-columns: 1fr 1fr;
grid-template-columns: repeat(2, minmax(0px, 1fr));
grid-template-rows: auto 1fr;
}

Expand Down

0 comments on commit 575d80d

Please sign in to comment.