Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Hide overflow in RepoCard
Sebastian Martinez committed 11 months ago
commit c607fd7177e8a98de11a9d5d1fcccfac589d02ab
parent 98e11f406872b0cdcac2583ce04ab537b9a1ffdf
1 file changed +1 -0
modified src/components/RepoCard.svelte
@@ -36,6 +36,7 @@
    border-radius: var(--border-radius-small);
    background-color: var(--color-background-float);
    padding: 0.75rem 1rem;
+
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;