Skip to content

Commit

Permalink
Merge pull request #371 from drone/bug/tooltip-for-long-build-names
Browse files Browse the repository at this point in the history
add tooltip to long build step names
  • Loading branch information
Dan Wilson authored Aug 25, 2021
2 parents b305ad9 + 7e8834d commit a728dd5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ const StageDefault = (props) => {
return (match || (stageNumber == stageInPath && !stepIdx));
}}
to={`/${namespace}/${name}/${build}/${stageNumber}/${stepIndex + 1}`}
title={stepName}
exact
onClick={onStepClick}
>
Expand Down

0 comments on commit a728dd5

Please sign in to comment.