Skip to content

Commit d3b3035

Browse files
authored
Update README.md
add description for RTL support
1 parent 11bdf88 commit d3b3035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The file `config/admin.php` contains an array of configurations, you can find th
8686

8787
Right to left support
8888
------------
89-
just go to this path `<YOUR_PROJECT_PATH>\vendor\encore\laravel-admin\src\Traits\HasAssets.php` and modify `$baseCss` array for loading right to left (rtl) version of bootstap and AdminLTE css files.
89+
just go to this path `<YOUR_PROJECT_PATH>\vendor\encore\laravel-admin\src\Traits\HasAssets.php` and modify `$baseCss` array for loading right to left (rtl) version of bootstap and AdminLTE css files.
9090
**bootstrap.min.css** change it to **bootstrap.rtl.min.css**
9191
**AdminLTE.min.css** change it to **AdminLTE.rtl.min.css**
9292

0 commit comments

Comments
 (0)