Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The issue arises because the customer uses a global stylesheet (base.scss) that sets font-size: 18px for all span elements. Syncfusion’s floating label structure includes an inner span with class .e-float-text-content inside a label with class .e-float-text. Currently, Syncfusion applies font-size: 12px only on .e-float-text.
As a result, .e-float-text-content inherits the global font-size, causing truncation, overlap, or alignment issues in floating labels.
font-size.
font-size: 18px
, causing layout issues like truncation or improper alignment.