fix: dashboard buttons position in rtl layout (#2949)

This commit is contained in:
Shlomo 2024-01-30 11:48:32 +02:00 committed by GitHub
parent fb1a09c7c1
commit 2cfee2183c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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;