Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
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;
  }