From 2cfee2183c98d0cb67fc4e9788644ed4278e25bc Mon Sep 17 00:00:00 2001 From: Shlomo <78599753+ShlomoCode@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:48:32 +0200 Subject: [PATCH] fix: dashboard buttons position in rtl layout (#2949) --- 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 d0191e956d..62a6bcca31 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;