Skip to content

Commit

Permalink
Update diff.css (#3345)
Browse files Browse the repository at this point in the history
fix diff for RTL
  • Loading branch information
Mrahmani71 authored Dec 26, 2024
1 parent 6ad2d14 commit 95c9ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/unstyled/diff.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.diff {
@apply relative grid w-full overflow-hidden;
direction: ltr;
container-type: inline-size;
grid-template-columns: auto 1fr;
}
Expand Down

0 comments on commit 95c9ecf

Please sign in to comment.