fix: dashboard buttons position in rtl layout (#2949)
parent
fb1a09c7c1
commit
2cfee2183c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue