Skip to content

Commit 69a0ddf

Browse files
authored
fix(tags): Show tag descriptions when hovering (jackyzha0#1670)
1 parent a582505 commit 69a0ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz/components/pages/TagContent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default ((opts?: Partial<TagContentOptions>) => {
110110

111111
return (
112112
<div class={classes}>
113-
<article>{content}</article>
113+
<article class="popover-hint">{content}</article>
114114
<div class="page-listing">
115115
<p>{i18n(cfg.locale).pages.tagContent.itemsUnderTag({ count: pages.length })}</p>
116116
<div>

0 commit comments

Comments
 (0)