0

Getting a weird problem with DOMPDF..

Wherever I use content with a br tag in it..

<p>
Something<br/>
Something Else<br/>
Last line
</p>

The rendered output pdf seems to justify the line where the br tag is so it spans across the whole width.

Anyone get that too? Any idea how to prevent it?

I'm on the latest version from the trunk.

Ben
  • 20,737
  • 12
  • 71
  • 115

1 Answers1

1

uh - thought I'd try that but obviously not.

If i explicitly see the P style to text-align:left that fixes it.

Ben
  • 20,737
  • 12
  • 71
  • 115