diff --git a/changelog.d/fixes/7680-rtl-physical-utilities.md b/changelog.d/fixes/7680-rtl-physical-utilities.md new file mode 100644 index 0000000000..7da1eb4779 --- /dev/null +++ b/changelog.d/fixes/7680-rtl-physical-utilities.md @@ -0,0 +1 @@ +- fix(dashboard): mirror connection-row action-icon spacing under RTL via Tailwind logical utility (#7680) diff --git a/src/app/(dashboard)/dashboard/providers/[id]/components/ConnectionRow.tsx b/src/app/(dashboard)/dashboard/providers/[id]/components/ConnectionRow.tsx index a7c9cd3591..0b389e974d 100644 --- a/src/app/(dashboard)/dashboard/providers/[id]/components/ConnectionRow.tsx +++ b/src/app/(dashboard)/dashboard/providers/[id]/components/ConnectionRow.tsx @@ -883,7 +883,7 @@ export default function ConnectionRow({ onChange={onToggleActive} title={(connection.isActive ?? true) ? t("disableConnection") : t("enableConnection")} /> -
+
{onReauth && (