fix: text wrap in popover

This commit is contained in:
Jacky Zhao
2023-08-23 13:10:23 -07:00
parent 960c1814d0
commit bfb416b35a
4 changed files with 8 additions and 2 deletions

View File

@ -12,6 +12,7 @@
"url": "https://github.com/jackyzha0/quartz.git"
},
"scripts": {
"docs": "npx quartz build --serve -d docs",
"check": "tsc --noEmit && npx prettier . --check",
"format": "npx prettier . --write",
"test": "tsx ./quartz/util/path.test.ts",