Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix overflow in source tree
Alexis Sellier committed 4 years ago
commit 4d4b8cc621df1db2ae7dbd781a655708953f075a
parent e730c82190992a82ce8f14fec5738c8433d33bd8
1 file changed +1 -1
modified src/base/projects/Browser.svelte
@@ -146,7 +146,7 @@
  }

  .source-tree {
-
    overflow-x: auto;
+
    overflow-x: hidden;
  }

  .file-not-found {