This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - customization in form of radio button

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;

}