Commit Graph

1 Commits

Author SHA1 Message Date
Diego Rodrigues de Sa e Souza
b58ad0f200 fix(dashboard): mirror connection-row action-icon spacing under RTL (#7680) (#7835)
Convert the confirmed instance (ConnectionRow.tsx:884, ml-1 -> ms-1) to
Tailwind's logical spacing utility so it mirrors correctly under
dir="rtl" for ar/fa/he/ur locales. Physical utilities never mirror in
Tailwind v4; only logical ones (ms-/me-/ps-/pe-/start-/end-) compile to
CSS logical properties that follow the browser's native dir handling.

This is the first phased conversion of the broader ~150-file physical-
utility sweep tracked in #7680; the regression test pins this exact
instance so it cannot silently regress.
2026-07-20 02:18:01 -03:00