Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Add `word-break` to node description
Sebastian Martinez committed 1 year ago
commit 3bc304590d37b899b7a6baf12ac4fe59376572d6
parent edd2313
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);