How display data in one or two row?
Source line:
<div t-field="doc.partner_invoice_id"
                        t-field-options='{"widget": "contact", "fields": ["address", "name", "phone", "fax"], "no_marker": true, "phone_icons": true}'/>
return:
ADDRESS 
NAME 
PHONE 
FAX 
I want ADDRESS, NAME, PHONE, FAX
 
    