From c63b3550d592b8b303b4cb7a5089799862a37801 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 8 Oct 2025 18:28:40 +0200 Subject: [PATCH] fix(rtl): correct spacing for user avatar menu Resolves https://github.com/go-vikunja/vikunja/issues/1544 --- frontend/src/components/home/AppHeader.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/home/AppHeader.vue b/frontend/src/components/home/AppHeader.vue index 14056f3a4..9fdb5dbfc 100644 --- a/frontend/src/components/home/AppHeader.vue +++ b/frontend/src/components/home/AppHeader.vue @@ -253,6 +253,7 @@ $user-dropdown-width-mobile: 5rem; .navbar-end { margin-inline-start: 0; // overrides bulma core styles + margin-inline-end: 0; // overrides bulma core styles margin-inline-start: auto; flex: 0 0 auto; display: flex;