Skip to content

Commit

Permalink
MWPW-147867 - [marquee] support RTL for loc - RePost (#2676)
Browse files Browse the repository at this point in the history
added `support-rtl` selectors
  • Loading branch information
ryanmparrish authored Aug 5, 2024
1 parent 73818e9 commit b3d4d85
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libs/blocks/marquee/marquee.css
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@
max-width: 212px;
}


.marquee.split.row-reversed .foreground.container {
justify-content: flex-end;
}
Expand All @@ -496,6 +495,14 @@
justify-content: flex-start;
}

html[dir="rtl"] .marquee.support-rtl.split .foreground.container {
flex-direction: row;
}

html[dir="rtl"] .marquee.support-rtl.split.row-reversed .foreground.container {
flex-direction: row-reverse;
}

.marquee.split .asset img,
.marquee.split.small .asset img,
.marquee.split.large .asset img,
Expand Down

0 comments on commit b3d4d85

Please sign in to comment.