Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Wrap body text when code block
Sebastian Martinez committed 2 years ago
commit 047ef0499fa6b1bf3410c470550e0dad27746e14
parent 698a833e42061687bd383a781bccbc663717e61e
2 files changed +2 -0
modified src/views/projects/Issue.svelte
@@ -426,6 +426,7 @@
    display: flex;
    flex: 1;
    flex-direction: column;
+
    min-width: 0;
    background-color: var(--color-background-float);
  }
  .bottom {
modified src/views/projects/Patch.svelte
@@ -631,6 +631,7 @@
    display: flex;
    flex: 1;
    flex-direction: column;
+
    min-width: 0;
    background-color: var(--color-background-float);
  }
  .metadata {