diff --git a/webapp/pages/notifications/index.vue b/webapp/pages/notifications/index.vue index 4f0be5f34..92bd38359 100644 --- a/webapp/pages/notifications/index.vue +++ b/webapp/pages/notifications/index.vue @@ -16,13 +16,8 @@ :notifications="notifications" /> - - - - {{ $t('notifications.markAllAsRead') }} - - - + + + + + {{ $t('notifications.markAllAsRead') }} + + @@ -151,6 +156,6 @@ export default { } .notifications-footer { - text-align: center; + justify-content: space-evenly; }