From ea5c12aeaf5f652170289161b513bdc06cd381cc Mon Sep 17 00:00:00 2001 From: ShlomoCode <78599753+ShlomoCode@users.noreply.github.com> Date: Fri, 19 Jan 2024 02:37:55 +0200 Subject: [PATCH] fix: dashboard buttons position in rtl layout --- frontend/src/css/dashboard.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/css/dashboard.css b/frontend/src/css/dashboard.css index d0191e95..62a6bcca 100644 --- a/frontend/src/css/dashboard.css +++ b/frontend/src/css/dashboard.css @@ -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;