telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
467 stars 217 forks source link

[Label] The text displayed on the label has leading empty space #4252

Open yanmariomenev opened 6 months ago

yanmariomenev commented 6 months ago

Describe the bug This behavior is due to how HTML handles strings and can be observed in the generic HTML Label or simple text inside the HTML.

For example:

<label>
{{'foo'}}
</label>

To Reproduce Inspect our overview label demo. Screenshot 2024-03-21 at 9 48 44 Demo with bout kendo-label and label - https://stackblitz.com/edit/angular-wcnoby?file=src%2Fapp%2Fapp.component.ts