Skip to content

Commit

Permalink
DataViews: Fix pattern title direction in RTL languages (WordPress#64967
Browse files Browse the repository at this point in the history
)

Co-authored-by: t-hamano <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
  • Loading branch information
3 people authored Sep 2, 2024
1 parent 843e14b commit 9088217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/page-patterns/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function TitleField( { item } ) {
<Flex
as="div"
gap={ 0 }
justify="left"
justify="flex-start"
className="edit-site-patterns__pattern-title"
>
{ item.type === PATTERN_TYPES.theme ? (
Expand Down

0 comments on commit 9088217

Please sign in to comment.