Hy,
I have a .razor page in .NET 10 blazor server and I am using the TelerikFloatingLabel component like this:
As you can see, inside there is a TelerikTextBox with Size set to "Large" value.
The visual result on the page:
The label is not vertical aligned. If I set the TelerikTextBox component to default size, the labe is correctly aligned.
Do I Have to fix the display with CSS styles or is there another way?
Thanks,
Marco
