Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix small padding issue
Alexis Sellier committed 4 years ago
commit 4b426a50606ac3e73582d79333759c8a6f90a8d1
parent 856b53dae82c161daec8a97cb282a35f3bb84737
1 file changed +1 -1
modified src/Markdown.svelte
@@ -131,7 +131,7 @@
    font-family: var(--font-family-monospace);
    font-size: 1rem;
    background-color: var(--color-foreground-background);
-
    padding: 1rem;
+
    padding: 1rem !important;
    border-radius: 0.25rem;
    margin: 1rem 0;
    overflow: scroll;