From 1832f3c3bec451e004fe78a438bbe4b09be7820c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 16:06:19 +0200 Subject: [PATCH] Fix top spacing for next earnings line below VSF drawer card --- styleguide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index 93ca0bb..1663661 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2133,7 +2133,7 @@ section + section { margin: 0; } -.sg-vsf-drawer-next-earnings { +.sg-vsf-drawer-next-earnings.sg-text-layout-pattern__sample { margin-top: var(--spacing-large); color: var(--text-vsf-drawer-object-card-body); }