Skip to content

Commit

Permalink
Add word-break to 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 3bc3045
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/nodes/View.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
justify-content: flex-end;
}
.description {
word-break: break-word;
}
.header {
grid-column: 1 / 4;
border-bottom: 1px solid var(--color-fill-separator);
Expand Down

0 comments on commit 3bc3045

Please sign in to comment.