Merge branch 'bullet_point_css' into 'develop'

Fix bullet point css issue, fixes #279

Closes #279

See merge request soapbox-pub/soapbox-fe!143
This commit is contained in:
Alex Gleason 2020-08-10 04:49:00 +00:00
commit bf3de8adc5

View file

@ -367,6 +367,7 @@
p {
margin-bottom: 20px;
white-space: pre-wrap;
display: inline-block;
&:last-child {
margin-bottom: 2px;