Wrapping title text in a card

Hi,
Is there any way to wrap the text for a long title?
Below is my code and the result.

data: =@ctx.datasources.answers
item:
  type: component.list-item
  options:
    title: =@ctx.current.item.title
    subtitle: =@ctx.current.item.value
    isContained: true
    style:
      isPositive: =@ctx.current.item.value = "Yes"
      isError: =@ctx.current.item.value = "No"
      isWarning: =@ctx.current.item.value = "N/A"

Thanks,
Adam

Hi Adam,

This is not currently possible. I logged your question as feedback for the team to consider in future releases.

Chat soon,
r