How to adjust left side text alignment/padding in ticket lister widget

<bold>
<extrabold>
<thin>                  : thinner style
<italic>
<underline>
<b>, <u>, <i>           : short for bold, underline, italic
<img>                   : displays an image (URLs supported)
<linebreak/>            : forces a NewLine (NL)
<br/>                   : stops auto-NL in Ticket Lister, fine-tune with <br/>
<sym>                   : displays symbol from Segoe UI Symbol font
<size x>                : font size
<font x>                : font name
<color x>               : font color
<block margin color alignment width>
                            : margin=Left,Top,Right,Bottom
                            : alignment=left,right,center,justified
<panel color alignment>
                            : alignment=left,right,center

You could wrap all the contents in a block and setup margins

<L><block 5,5,5,5 #5ffffff left 200>
<J>Text
<J>Some more text
{ORDERS}
<L></block>