From 4074a66f8d104d82176aefa2f3b2ac9d8d9752f6 Mon Sep 17 00:00:00 2001 From: Nicolas Pennec Date: Tue, 23 Jul 2024 14:13:51 +0200 Subject: [PATCH] [topbar] fix the width of menu links --- src/components/tops/Topbar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/tops/Topbar.vue b/src/components/tops/Topbar.vue index ac54e55b6..876792730 100644 --- a/src/components/tops/Topbar.vue +++ b/src/components/tops/Topbar.vue @@ -938,6 +938,7 @@ export default { } .user-menu ul a { + display: block; color: #333; }