rrt - Monday, November 7, 2016 4:07 AM:
i have one property and its data source is list
and then goto form add this property but change field type as radio button list it will show like image
i want more space in between
Yoann Maingon - Monday, November 7, 2016 4:54 AM:
edit the form body css, replace make_buy with your property name:
div[name='make_buy'] span{
margin-top:10px;
}