Fix top spacing for next earnings line below VSF drawer card

This commit is contained in:
2026-05-21 16:06:19 +02:00
parent 1b97bd1e32
commit 1832f3c3be
+1 -1
View File
@@ -2133,7 +2133,7 @@ section + section {
margin: 0; margin: 0;
} }
.sg-vsf-drawer-next-earnings { .sg-vsf-drawer-next-earnings.sg-text-layout-pattern__sample {
margin-top: var(--spacing-large); margin-top: var(--spacing-large);
color: var(--text-vsf-drawer-object-card-body); color: var(--text-vsf-drawer-object-card-body);
} }