Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add `line-height: 1.625` to `li` and `ol` elements
Sebastian Martinez committed 3 years ago
commit 83d943177b166d324056f69fbf03c20c21bf7938
parent 2c085c92faa93ce54289bf1771a0d1af3313fab0
1 file changed +2 -0
modified src/Markdown.svelte
@@ -205,12 +205,14 @@
  }

  .markdown :global(ol) {
+
    line-height: 1.625;
    list-style-type: decimal;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }

  .markdown :global(ul) {
+
    line-height: 1.625;
    list-style-type: inherit;
    padding-left: 1.25rem;
    margin-bottom: 1rem;