fix: dashboard buttons position in rtl layout

This commit is contained in:
ShlomoCode 2024-01-19 02:37:55 +02:00
parent 04e03a83b4
commit ea5c12aeaf

View File

@ -220,6 +220,10 @@ body.rtl .card .card-title>*:first-child {
text-align: right; text-align: right;
} }
body.rtl .card .card-action {
text-align: left;
}
.card .card-content.full { .card .card-content.full {
padding-bottom: 0; padding-bottom: 0;
overflow: auto; overflow: auto;