Skip to content

Commit 89fa699

Browse files
authored
docs(floating): fix the CSS selector for prefix and floating label (#2274)
1 parent 070424f commit 89fa699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_contentTemplates/common/inputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To ensure both the FloatingLabel and the prefix content are properly displayed,
2121

2222
````CSHTML
2323
<style>
24-
.custom-label-class .k-label {
24+
.custom-label-class .k-floating-label {
2525
margin-left: 30px;
2626
}
2727
</style>

0 commit comments

Comments
 (0)