mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
Merge with develop
This commit is contained in:
@@ -36,7 +36,7 @@ class ChangesetTagsCollapsed extends React.Component<Props> {
|
||||
const { tags, t } = this.props;
|
||||
const message = tags.map(tag => tag.name).join(", ");
|
||||
return (
|
||||
<Tooltip location="top" message={message}>
|
||||
<Tooltip location="top" message={message} multiline={true}>
|
||||
<ChangesetTagBase icon="tags" label={tags.length + " " + t("changeset.tags")} />
|
||||
</Tooltip>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user