Skip to content

Commit 84cf234

Browse files
authored
Provide full text in tooltip of truncated labels (#232)
1 parent 5a21d94 commit 84cf234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/frontend/pipeline-graph-view/pipeline-graph/main/support/TruncatingLabel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class TruncatingLabel extends React.Component<Props> {
103103
<div
104104
style={mergedStyle}
105105
className={"TruncatingLabel " + className}
106-
title={this.innerText}
106+
title={this.completeText}
107107
>
108108
{this.innerText}
109109
</div>

0 commit comments

Comments
 (0)