From 4cfbf772a0251ff5590cf2d51fc8453289e3fd92 Mon Sep 17 00:00:00 2001 From: elweyn Date: Mon, 20 Mar 2023 11:43:51 +0100 Subject: [PATCH] fix(webapp): small buttons in notifications menu --- .../NotificationMenu/NotificationMenu.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/webapp/components/NotificationMenu/NotificationMenu.vue b/webapp/components/NotificationMenu/NotificationMenu.vue index 7fcfabe82..14441f4cf 100644 --- a/webapp/components/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/NotificationMenu/NotificationMenu.vue @@ -19,15 +19,15 @@ - + {{ $t('notifications.pageLink') }} - + - + {{ $t('notifications.markAllAsRead') }} - + @@ -144,16 +144,15 @@ export default {