Skip to content

Commit 56c24f9

Browse files
aminlotfiautofix-ci[bot]
andauthoredFeb 17, 2025··
fix(devtools): force LTR direction for DevTools panel (#8656)
* fix(devtools): force LTR direction for DevTools panel * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 6ca0eb7 commit 56c24f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-query-devtools/src/ReactQueryDevtools.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ export function ReactQueryDevtools(
106106
}
107107
}, [devtools])
108108

109-
return <div className="tsqd-parent-container" ref={ref}></div>
109+
return <div dir="ltr" className="tsqd-parent-container" ref={ref}></div>
110110
}

0 commit comments

Comments
 (0)
Please sign in to comment.