Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
70f61170c92f263c2d5d12608c37896cf5cdb9aa
Fix wrapping in comment counter
Rūdolfs Ošiņš
committed
2 years ago
commit 70f61170c92f263c2d5d12608c37896cf5cdb9aa
parent
77f0976abba4b03e4642490fdad0acddc7182784
1 file changed
+1
-0
modified
src/views/projects/CommentCounter.svelte
@@ -11,6 +11,7 @@
display: flex;
align-items: center;
gap: 0.25rem;
+
white-space: nowrap;
}
</style>