Loading

Word-Wrapping not working for TextArea field in FlexCard DataTable

Дата публикации: Feb 3, 2025
Описание

This is expected behavior as the rows follow the no wrap and no truncate ideology by default.

The css at row level is - word-wrap:nowrap;

To resolve this you'll want to utilize Custom CSS

 

 

Решение

To resolve this, you must add this Custom Css in the Flexcard

 

runtime_omnistudio_common-data-table-cell {

white-space: normal;

word-wrap: break-word;

}

 

 

You can follow this documentation to better understand how to apply the custom CSS to a flexcard element 

https://help.salesforce.com/s/articleView?id=xcloud.os_apply_custom_css_to_a_flexcard_element.htm&type=5

 

Номер статьи базы знаний

004269109

 
Загрузка
Salesforce Help | Article