From 27ebc26a419805e769a20a25f3ca343ca7ba1db9 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:23:17 +0200 Subject: [PATCH] fix(lib): lists style in info modal (#412) --- lib/src/assets/css/markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/assets/css/markdown.css b/lib/src/assets/css/markdown.css index 33fb61a1..8e28b401 100644 --- a/lib/src/assets/css/markdown.css +++ b/lib/src/assets/css/markdown.css @@ -35,7 +35,7 @@ } li > p { - @apply tw:inline-block tw:my-0; + @apply tw:my-0 tw:inline; } hr {