Skip to content

Commit 95c9ecf

Browse files
authored
Update diff.css (#3345)
fix diff for RTL
1 parent 6ad2d14 commit 95c9ecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/unstyled/diff.css

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.diff {
22
@apply relative grid w-full overflow-hidden;
3+
direction: ltr;
34
container-type: inline-size;
45
grid-template-columns: auto 1fr;
56
}

0 commit comments

Comments
 (0)