Here's what I'm talking about:
This is a Radzen Dialog with a RadzenDataGrid. The leftmost column is a RadzenNumeric inside of an EditTemplate:
I looked at this post and the solution to that problem did not help.
I have to admit I'm not great with CSS and the only real formatting I have is the VS included bootstrap. I do have the settings from the post I mentioned above in my _Hosts.cshtml file. I also have this in the razor component that's opening the dialog:
.rz-grid-table td .rz-cell-data { font-size: 0.7rem; white-space:pre-line; overflow:clip; padding: 0; } .rz-grid-table thead th .rz-column-title-content { white-space:pre-line; overflow:visible; font-size:0.9rem; }