Merge branch 'markdown-hotfix' into 'develop'
list markdown hotfix Closes #279 See merge request soapbox-pub/soapbox-fe!148
This commit is contained in:
commit
1697731ad7
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue