Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Avoid wrapping PatchTeaser tag to new line
Sebastian Martinez committed 2 years ago
commit b75954d91e7aebc6d598862c7933b7fe72e334a9
parent 107696c3c93679b10facf956e6e99fe2669fbc2e
1 file changed +3 -0
modified src/views/projects/Patch/PatchTeaser.svelte
@@ -50,6 +50,9 @@
    margin: 0;
  }
  .summary {
+
    display: flex;
+
    flex-direction: row;
+
    gap: 0.5rem;
    padding-right: 2rem;
  }
  .patch-title {