Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add font-family monospace to commit description
Sebastian Martinez committed 2 years ago
commit 5de111e963aa47c68100750c038bce77502dd320
parent 2c11e9e52046db88dc300df21b20baacd36a3a6a
1 file changed +1 -0
modified src/views/projects/Commit.svelte
@@ -30,6 +30,7 @@
    align-items: center;
  }
  .description {
+
    font-family: var(--font-family-monospace);
    margin: 1rem 0;
    white-space: pre-wrap;
  }