Skip to content

Commit

Permalink
docs(floating): fix the CSS selector for prefix and floating label (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
svdimitr authored Jul 26, 2024
1 parent 070424f commit 89fa699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _contentTemplates/common/inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To ensure both the FloatingLabel and the prefix content are properly displayed,

````CSHTML
<style>
.custom-label-class .k-label {
.custom-label-class .k-floating-label {
margin-left: 30px;
}
</style>
Expand Down

0 comments on commit 89fa699

Please sign in to comment.