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
›
f07ee2bc9db09be42c0edb3c85e0d3f80b508c5b
Remove text wrap in Dropdown componnet
Sebastian Martinez
committed
4 years ago
commit f07ee2bc9db09be42c0edb3c85e0d3f80b508c5b
parent
a3d4a97e321349800e20d20c5c6cca761170c74f
1 file changed
+1
-0
modified
src/Dropdown.svelte
@@ -19,6 +19,7 @@
position: absolute;
}
.dropdown-item {
+
white-space: nowrap;
cursor: pointer;
padding: 0.5rem 1rem;
}