fix:css remove double border on publish cards

This commit is contained in:
derekyesmunt 2020-05-26 22:23:53 -04:00 committed by Sean Yesmunt
parent d4e2f8ffe8
commit 0c10b8465c

View file

@ -247,6 +247,10 @@
padding-bottom: 0;
margin-bottom: var(--spacing-large);
border-top: 1px solid var(--color-border);
&:only-child {
border-top: none;
}
}
.card__body-actions {