Skip to content

Commit

Permalink
fix(playground): fix rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
AbolfazlRasoulizade authored and AliMD committed Jul 21, 2023
1 parent a6d9291 commit 11d42c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/playground/top-app-bar.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="h-full w-full [overscroll-behavior:none]">
<html dir="rtl" class="h-full w-full [overscroll-behavior:none]">
<head>
<base href="/" />

Expand Down

0 comments on commit 11d42c8

Please sign in to comment.