Closed ceruberu closed 3 years ago
I guess this was just CSS issue with tailwind, closing
I guess this was just CSS issue with tailwind, closing
Mind sharing ho did you solve it? Same issue here.
Please post your solution for this problem.
If it's the same issue I just had a Tailwind reset was zero-ing out the margin on all <p>
tags. I just added this to my globals.css file (I'm using Next)
.rich-text-container p {
margin-bottom: 1rem;
}
I'm using empty lines for better readability
These empty lines are ignored.
I tried using \n / empty space / and
I guess the serializer just renders them as strings