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

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;