Forum Discussion

shawn_fielding's avatar
shawn_fielding
Iron Contributor
Jan 22, 2020

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 done via json.  See attachment.  I cannot figure out the json style format to do this.  Here is what I have.  What am I doing wrong?

 

{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField",
"style": {

}"padding-bottom": "30px"

}

4 Replies

Resources