Skip to content

Commit ca47040

Browse files
committed
fix(floating-label): correct rtl focused label position
1 parent 7cf69da commit ca47040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fluent/scss/floating-label/_layout.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
&:focus-within > .k-label,
8282
&.k-focus > .k-label {
8383
left: auto;
84-
right: var( --kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x} );
84+
right: var( --kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x} );
8585
}
8686
}
8787

0 commit comments

Comments
 (0)