Skip to content

Commit

Permalink
Fix Editor preview width #7787 (#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

1 comment on commit 575d80d

@vercel
Copy link

@vercel vercel bot commented on 575d80d Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tiddlywiki5 – ./

tiddlywiki5-git-master-jermolene.vercel.app
tiddlywiki5.vercel.app
tiddlywiki5-jermolene.vercel.app

Please sign in to comment.