Forum Discussion
shawn_fielding
Jan 22, 2020Iron Contributor
JSON to customize a ranking question in a survey
Hi all, I have a survey with a ranking question. It actually has quite a few rankings in it. I need to add space between every ranking. I am using SharePoint online so adding the css must be d...
Paulo Junior
Jan 22, 2020Brass Contributor
Hi shawn_fielding ,
Try the "padding" inside of "style":
"style": {
"padding-bottom": "30px"
}
See a lot of examples in:
https://github.com/sharepoint/sp-dev-list-formatting/tree/master/column-samples
See the also:
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting
I hope this helps you 🙂
shawn_fielding
Jan 23, 2020Iron Contributor
Paulo Junior Unfortunately that does not seem to be the problem. For some reason, the css changes are just not taking in the survey. It looks just gawd-awful. I am sure I can't be the first person to need customize it. Perhaps it is the schema I am pointing to?