Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix form field styling
Alexis Sellier committed 4 years ago
commit 5d40c7ee933da1a33eaf6da269ea7b45e4163c8a
parent 985b27286a91732e1c2abb2248bde055bf9dfacd
1 file changed +3 -4
modified src/Form.svelte
@@ -36,7 +36,10 @@
  }

  .field {
+
    display: flex;
+
    align-items: center;
    width: 28rem;
+
    height: 2.125rem;
    border: 1px dashed transparent;
    padding: 0.25rem 1rem;
    margin: 0;
@@ -59,10 +62,6 @@
    color: var(--color-secondary);
  }

-
  span.field {
-
    display: inline-block;
-
  }
-

  .label {
    border: 1px solid transparent;
  }