Issue: Formatted Text of Multiline text field in Grid/View in PowerApps Portal / D365 CRM Portal

 Hello Everyone, Today we are going to discuss an issue in PowerApps Portal / D365 CRM Portal.

Issue Summary: If we are using Multiline text of field in Grid/View then we can see, that Portal is not able to show separated lines/formatted text. It shows all the data in one line. 



Expected Result: Multiline text of field should show the data in a formatted/structured manner.



To fix this issue, we would use below CSS code.

.view-grid {
    white-space: pre-line;
}





Keep learning, Keep Growing, Keep sharing !!! 

1 comment:

Anonymous said...

Nice Blog. Keep Sharing wonderful article