From 562abbadc46c17147ff1bd3bf5b39cc1b3dec90b Mon Sep 17 00:00:00 2001 From: djohnson Date: Thu, 2 May 2024 14:36:21 +0900 Subject: [PATCH] Message response lists should start inline --- src/index.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 8f16787..5c3bbf9 100644 --- a/src/index.css +++ b/src/index.css @@ -29,7 +29,13 @@ } .prose { - @apply prose-spacing [&>ul]:prose-spacing [&>ol]:prose-spacing !max-w-full; + @apply prose-spacing !max-w-full; + + ul, + ol, + li { + @apply prose-spacing [&>p:first-child]:inline; + } } table {