Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Don't let header wrap
Alexis Sellier committed 4 years ago
commit 77b283c5d063e291b786d419c6e206004b808b03
parent 68dba2e8628533f85407b64fefb3be1ab9938d2d
1 file changed +2 -0
modified src/Header.svelte
@@ -31,6 +31,7 @@
    display: inline-block;
    height: 100%;
    margin-left: 1.5rem;
+
    white-space: nowrap;
  }
  header .nav a {
    display: inline-block;
@@ -85,6 +86,7 @@

  .balance {
    margin-left: 2rem;
+
    white-space: nowrap;
  }

  @media(max-width: 800px) {