Skip to content

Commit

Permalink
check rtl support fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmparrish committed Jun 10, 2024
1 parent 22dd8fe commit 6f27e7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/blocks/hero-marquee/hero-marquee.css
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,11 @@ html[dir="rtl"] .hero-marquee li.icon-item span.icon {
left: 0;
}

html[dir="rtl"] .hero-marquee.asset-left .foreground-media {
right: 0;
left: unset;
}

.hero-marquee.asset-left > .foreground.cols-2 > .asset {
order: unset;
}
Expand Down

0 comments on commit 6f27e7f

Please sign in to comment.