fix:css remove double border on publish cards
This commit is contained in:
parent
d4e2f8ffe8
commit
0c10b8465c
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue