From 3cd36d88422f911c010f6eea0dc78353b6ba3395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Fri, 26 Jun 2026 15:50:38 +0200 Subject: [PATCH] Remove typography bullet indent --- styles/43-components-typography.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/43-components-typography.css b/styles/43-components-typography.css index 496dbd2..e2ce45d 100644 --- a/styles/43-components-typography.css +++ b/styles/43-components-typography.css @@ -18,7 +18,8 @@ .sg-bullet-list { margin: 0; - padding-inline-start: var(--spacing-large); + padding-inline-start: 0; + list-style-position: inside; color: var(--text-typography-preview); font-family: var(--font-family-base); font-size: var(--font-size-base);