1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

Merge pull request #9 from ranshamay/rtl-support

Rtl support
This commit is contained in:
Ran Shamay 2023-11-19 09:55:39 +02:00 committed by GitHub
commit bc389a04ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -13,3 +13,4 @@ yarn.lock
# Chart dependencies
**/charts/*.tgz
planka-latest.tar

View file

@ -10,7 +10,7 @@
},
"browserslist": {
"production": [
">0.2%",
">0.1%",
"not dead",
"not op_mini all"
],