79193784

Date: 2024-11-15 19:58:05
Score: 1
Natty:
Report link

I was able to get the behavior I wanted by putting   in between the spans and using this CSS:

span::before {
    content: "";
    display: block;
}

I was able to confirm that this works in Firefox too.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ryan Tarpine