Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add a max width to source file names
Alexis Sellier committed 4 years ago
commit 5c179ca3d73331c421863c0bd81c3e901aba96ef
parent da9eccdd25bf109fd35539f77aaba4055b116aa8
1 file changed +1 -0
modified src/base/projects/Tree/File.svelte
@@ -42,6 +42,7 @@
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden;
+
    max-width: 24ch;
  }
</style>