Skip to content

Commit 6fece09

Browse files
committed
fix: direction rtl would move any dots from beginning of string to end of string.
1 parent f526397 commit 6fece09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/ui/PreviewPopUp/PreviewPopUp.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
}
335335

336336
.out-words {
337-
direction: rtl;
337+
text-align: right;
338338
}
339339
}
340340

0 commit comments

Comments
 (0)