Skip to content

Commit

Permalink
fix(floating-label): correct rtl focused label position
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov authored and Juveniel committed Jan 12, 2024
1 parent 9fd113b commit 0e60745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fluent/scss/floating-label/_layout.scss
Expand Up @@ -81,7 +81,7 @@
&:focus-within > .k-label,
&.k-focus > .k-label {
left: auto;
right: var( --kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x} );
right: var( --kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x} );
}
}

Expand Down

0 comments on commit 0e60745

Please sign in to comment.