Skip to content

Commit 11bdf88

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ The file `config/admin.php` contains an array of configurations, you can find th
8787
Right to left support
8888
------------
8989
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.
90-
**bootstrap.min.css** change it to **bootstrap.rtl.min.css**
91-
**AdminLTE.min.css** change it to **AdminLTE.rtl.min.css**
90+
**bootstrap.min.css** change it to **bootstrap.rtl.min.css**
91+
**AdminLTE.min.css** change it to **AdminLTE.rtl.min.css**
9292

9393
## Extensions
9494

0 commit comments

Comments
 (0)