fix max width of description

This commit is contained in:
Amruth Pillai
2022-11-18 09:42:59 +01:00
parent c4b4e6013f
commit f9ef4d0a64
4 changed files with 28 additions and 18 deletions

View File

@ -30,7 +30,7 @@
}
.markdown {
@apply prose prose-sm leading-normal prose-ul:p-0 prose-ul:my-0 prose-p:my-0;
@apply prose prose-sm leading-normal max-w-none prose-ul:p-0 prose-ul:my-0 prose-p:my-0;
ul li {
@apply ml-4 list-outside;