Skip to content

Commit

Permalink
Handle overflow of node description
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinez committed Sep 17, 2024
1 parent edd2313 commit b99d3a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/nodes/View.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
justify-content: flex-end;
}
.description {
overflow: hidden;
text-overflow: ellipsis;
}
.header {
grid-column: 1 / 4;
border-bottom: 1px solid var(--color-fill-separator);
Expand Down

0 comments on commit b99d3a2

Please sign in to comment.