Merge branch 'bullet_point_css' into 'develop'

Fix bullet point css issue, fixes #279

Closes #279

See merge request soapbox-pub/soapbox-fe!143
merge-requests/155/head
Alex Gleason 4 years ago
commit bf3de8adc5

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

Loading…
Cancel
Save