function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ATHUL MATHEW 18ATHUL MATHEW 18 

I want to add a <br/> inside a title attribute of Lightning card.. How can i do that?

Best Answer chosen by ATHUL MATHEW 18
AnkaiahAnkaiah (Salesforce Developers) 
Hi Athul,

As per the https://developer.salesforce.com/docs/component-library/bundle/lightning-card/specification ducumentatio,
Placeholder for the card title, which can be represented by a header or h1 element. The title is displayed at the top of the card, to the right of the icon. Alternatively, use the title attribute if you don't need to pass in extra markup in your title.

Refer the below article.
https://salesforce.stackexchange.com/questions/316721/how-to-wrap-lightning-cards-title


If this helps, Please mark it as best answer.

Thanks!!