Merge branch 'markdown-hotfix' into 'develop'

list markdown hotfix

Closes #279

See merge request soapbox-pub/soapbox-fe!148
This commit is contained in:
Alex Gleason 2020-08-10 20:30:53 +00:00
commit 1697731ad7
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
list-style: disc inside none; list-style: disc inside none;
} }
li p {
display: inline-block;
}
ol { ol {
list-style: decimal inside none; list-style: decimal inside none;
} }