hometown-fork / hometown

A supported fork of Mastodon that provides local posting and a wider range of content types.
GNU Affero General Public License v3.0
736 stars 56 forks source link

Fix paragraph formatting in the reply-to box #1257

Closed dariusk closed 1 year ago

dariusk commented 1 year ago

This CSS was accidentally deleted back when I was implementing Article support.

Now when you reply to something that has paragraph breaks, the paragraph breaks render correctly:

image

Fixes #1241