0

I'm using this code to add a line break in my css, but doesn't work with the edge, what it could be ?

fieldset > legend:before {
    content:"\a";
    white-space: pre;
}
John
  • 483
  • 3
  • 9
  • 18
  • 1
    Does this answer your question? [How to insert a line break before an element using CSS](https://stackoverflow.com/questions/7363766/how-to-insert-a-line-break-before-an-element-using-css) – Sadaf Niknam Apr 07 '20 at 16:46
  • thanks, i solve using this code: fieldset > legend { white-space: pre; } – John Apr 07 '20 at 16:50

0 Answers0