Skip to content

Commit

Permalink
Message response lists should start inline
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdjohnson committed May 2, 2024
1 parent a8d6ab6 commit 562abba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 562abba

Please sign in to comment.