Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add `word-break` to node description
Sebastian Martinez committed 1 year ago
commit 3bc304590d37b899b7a6baf12ac4fe59376572d6
parent edd2313245255c4c669bcf19b7c30440808c2f8c
1 file changed +4 -0
modified src/views/nodes/View.svelte
@@ -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);