zohebakber
01-04-2023Cloud Apps
Text Block Left Align
Hi Team,
I am creating a text block using blox. However, even after chosing text align to "left" the result is still coming to the centre.
See the screenshot below and the code I am using.
Thanks in advance
Code:
{
"style": "",
"script": "",
"title": "",
"showCarousel": false,
"body": [
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "Average Price Index: <b> ({value:Avg Price Index}%)</b>",
"style": {
"text-align": "center",
"font-size": "14px",
"margin": "9px"
}
}
]
}
],
"actions": []
}