diff --git a/frontend/src/css/dashboard.css b/frontend/src/css/dashboard.css index d0191e95..62a6bcca 100644 --- a/frontend/src/css/dashboard.css +++ b/frontend/src/css/dashboard.css @@ -220,6 +220,10 @@ body.rtl .card .card-title>*:first-child { text-align: right; } +body.rtl .card .card-action { + text-align: left; +} + .card .card-content.full { padding-bottom: 0; overflow: auto;