Skip to content

Commit

Permalink
feat(td): change td direction
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadreza1388 committed Sep 11, 2024
1 parent d021e19 commit 73a3927
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/admin/layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
body[data-bs-theme="dark"] .bg-white{
background-color: #182433 !important;
}
td{
direction: rtl !important;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 73a3927

Please sign in to comment.