fix: round timeline corners on noGap

This commit is contained in:
ShittyKopper 2023-10-30 08:05:54 +03:00
parent 77c49eacc1
commit 4af8bbb5c0
2 changed files with 4 additions and 0 deletions

View file

@ -178,6 +178,8 @@ export default defineComponent({
}
.date-separated-list-nogap {
border-radius: var(--radius);
> * {
margin: 0 !important;
border: none;