fix: text wrap in popover
| | |
| | | "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", |
| | |
| | | |
| | | return ( |
| | | <div class="popover-hint"> |
| | | <article>{content}</article> |
| | | <article> |
| | | <p>{content}</p> |
| | | </article> |
| | | <p>{allPagesInFolder.length} items under this folder.</p> |
| | | <div> |
| | | <PageList {...listProps} /> |
| | |
| | | |
| | | return ( |
| | | <div class="popover-hint"> |
| | | <article>{content}</article> |
| | | <article> |
| | | <p>{content}</p> |
| | | </article> |
| | | <p>Found {tags.length} total tags.</p> |
| | | <div> |
| | | {tags.map((tag) => { |
| | |
| | | border-radius: 5px; |
| | | box-shadow: 6px 6px 36px 0 rgba(0, 0, 0, 0.25); |
| | | overflow: auto; |
| | | white-space: normal; |
| | | } |
| | | |
| | | h1 { |