I've tried the following:
HTML ...
CSS
.k-dialog .k-dialog-content {
white-space: pre-line;
}Unicode
\u00A0
bool isConfirmed = await Dialogs.ConfirmAsync($" Are you sure you want to delete {item.RepairType} rate of {item.NextStandardRate}? ", "Confirmation");Doesn't matter what I do, any spaces before or after get removed from the string passed in to the Dialog:
This IS ugly and I can figure out how to get some padding or margin.
Thoughts?