Skip to content

Commit 06e3bea

Browse files
alsulami1backportbot[bot]
authored andcommitted
fix(NcInputField): Fix input fields icon postion in RTL
Signed-off-by: alsulami1 <[email protected]>
1 parent 93e293b commit 06e3bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NcInputField/NcInputField.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ export default {
500500
&.button-vue {
501501
position: absolute;
502502
top: var(--border-width-input-focused, 2px);
503-
right: var(--border-width-input-focused, 2px);
503+
inset-inline-end: var(--border-width-input-focused, 2px);
504504

505505
&:focus-visible {
506506
box-shadow: none !important;

0 commit comments

Comments
 (0)