Fix display of titles in tags

Squash commits of branch bugfix/title_in_tag:

- Fix display of titles in tags

- Fix storyshots
This commit is contained in:
Rene Pfeuffer
2025-02-21 09:51:14 +01:00
parent 8bcb814f94
commit 2e16941e9e
3 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Title in tags (for example for "done" tags in review plugin)

View File

@@ -78,6 +78,7 @@ const Tag: FC<Props> = ({
},
size === "small" && smallClassNames
)}
title={title}
>
{showIcon}
{label}

View File

@@ -85187,6 +85187,7 @@ exports[`Storyshots Tag With title 1`] = `
>
<span
className="tag is-light is-normal"
title="good job"
>
hover me
</span>