Forum Discussion
jstander
Mar 28, 2025Brass Contributor
sharepoint list gallery view, center text vertically
I have a single column selected in card design and made some changes to the advanced formatting, but I cannot get the text to center vertically in each. Any suggestions on how to fix this would b...
- Mar 31, 2025
this is what i added which provided the best solution:
"elmType": "div", "style": { "display": "flex", "flex-wrap": "wrap", "align-items": "center", "flex-direction": "row", "justify-content": "center" },
jstander
Mar 31, 2025Brass Contributor
this is what i added which provided the best solution:
"elmType": "div",
"style": {
"display": "flex",
"flex-wrap": "wrap",
"align-items": "center",
"flex-direction": "row",
"justify-content": "center"
},