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;
}
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;
}