Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Shrink source blob elements on overflow
Sebastian Martinez committed 2 years ago
commit 28598e65cd47c02e238eba4f0c949f151353d6ec
parent d5c91f707edf1df816876449389692be155e2f97
1 file changed +2 -0
modified src/views/projects/Source.svelte
@@ -89,6 +89,8 @@
    display: flex;
    flex-direction: column;
    width: 100%;
+
    /* To allow pre elements to shrink when overflowing */
+
    min-width: 0;
  }
  .placeholder {
    padding: 4rem 0;