Skip to content

Commit

Permalink
feat: show full stack name on hover related #63
Browse files Browse the repository at this point in the history
  • Loading branch information
cablehead committed Jun 13, 2024
1 parent 4fc0b38 commit f120b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panels/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const TerseRow = (
onMouseDown={() => {
stack.select(item.id);
}}
title={content ? undefined : item.name}
style="
display: flex;
width: 100%;
Expand Down

0 comments on commit f120b79

Please sign in to comment.