Skip to content

Commit

Permalink
fix: dashboard buttons position in rtl layout (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShlomoCode committed Jan 30, 2024
1 parent fb1a09c commit 2cfee21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/css/dashboard.css
Expand Up @@ -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;
Expand Down

0 comments on commit 2cfee21

Please sign in to comment.