mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-23 07:52:13 +01:00
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:
2
gradle/changelog/title_in_tag.yaml
Normal file
2
gradle/changelog/title_in_tag.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: fixed
|
||||
description: Title in tags (for example for "done" tags in review plugin)
|
||||
@@ -78,6 +78,7 @@ const Tag: FC<Props> = ({
|
||||
},
|
||||
size === "small" && smallClassNames
|
||||
)}
|
||||
title={title}
|
||||
>
|
||||
{showIcon}
|
||||
{label}
|
||||
|
||||
@@ -85187,6 +85187,7 @@ exports[`Storyshots Tag With title 1`] = `
|
||||
>
|
||||
<span
|
||||
className="tag is-light is-normal"
|
||||
title="good job"
|
||||
>
|
||||
hover me
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user