Skip to content

Commit

Permalink
Update css/src/components/timeline.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Myers <benmyers@microsoft.com>
  • Loading branch information
jim-benson and BenDMyers authored Nov 18, 2024
1 parent 6c73f57 commit 7189d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/src/components/timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $timeline-item-badge-transform-rtl: translate(
position: absolute;
transform: $timeline-item-badge-transform-ltr;

[dir='rtl'] & {
&:dir(rtl) {
transform: $timeline-item-badge-transform-rtl;
}
}
Expand Down

0 comments on commit 7189d64

Please sign in to comment.