fix: 🐛 wrong margin for MkDateSeperatedlist on Safari beta
This commit is contained in:
parent
800ba2dc4f
commit
aaa413b516
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ export default defineComponent({
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
> *:not(:last-child) {
|
&:not(.date-separated-list-nogap) > *:not(:last-child) {
|
||||||
margin-bottom: var(--margin);
|
margin-bottom: var(--margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue