Hey kklosson
Something has changed regarding the form html. You need to specify a set width in pixels for it to be respected.
I've noticed the same with <Div width="100%"> no longer works, you have to specify it as <div width="900px">
It's something to do with the new responsiveness of the forms.
<hr width="900px">
will work.