From f77e5cf8fb9d9babcfc1b3ba046c0ba571489647 Mon Sep 17 00:00:00 2001 From: David Hill <1879069+iamdavidhill@users.noreply.github.com> Date: Tue, 10 Mar 2026 18:52:32 +0000 Subject: feat(ui): restyle Card and improve tool error cards (#16888) Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com> --- packages/ui/src/components/markdown.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/ui/src/components/markdown.css') diff --git a/packages/ui/src/components/markdown.css b/packages/ui/src/components/markdown.css index 1fe11a7de..f82723807 100644 --- a/packages/ui/src/components/markdown.css +++ b/packages/ui/src/components/markdown.css @@ -60,6 +60,7 @@ ol { margin-top: 0.5rem; margin-bottom: 1rem; + margin-left: 0; padding-left: 1.5rem; list-style-position: outside; } @@ -70,6 +71,7 @@ ol { list-style-type: decimal; + padding-left: 2.25rem; } li { @@ -98,6 +100,10 @@ padding-left: 1rem; /* Minimal indent for nesting only */ } + li > ol { + padding-left: 1.75rem; + } + /* Blockquotes */ blockquote { border-left: 2px solid var(--border-weak-base); -- cgit v1.2.3