You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Block overrides: Prevent content alignment from flipping on flex layouts
For flex layouts, Gutenberg translates "left" and "right" into "flex-start" and "flex-end" respectively. Flipping these for RTL sites actually has the wrong effect, because in RTL "left" (flex-start) is visually on the right, which is correct already (despite being wrong descriptively).
See WordPress/Learn#2483, Follow-up to 2a95d17
0 commit comments