diff --git a/webapp/components/Notification/Notification.vue b/webapp/components/Notification/Notification.vue index 2b756cd27..27ca625cc 100644 --- a/webapp/components/Notification/Notification.vue +++ b/webapp/components/Notification/Notification.vue @@ -6,19 +6,8 @@ - - {{ $t( @@ -32,23 +21,26 @@ -
- - - -
-
- + + +
+ {{ $t(`notifications.comment`) }}: {{ notificationData.contentExcerpt | removeHtml }}
-
+
{{ $t(`notifications.report.category`) }}: @@ -72,7 +64,7 @@
@@ -119,4 +111,12 @@ export default { font-weight: 700; margin-right: 0.1rem; } +// Wolle .notifications-card { +// > .user-teaser { +// margin-top: $space-small; +// } +// } +.notifications-user-teaser { + margin-top: $space-small; +} diff --git a/webapp/components/NotificationsTable/NotificationsTable.vue b/webapp/components/NotificationsTable/NotificationsTable.vue index 55c9c133b..56cc3451a 100644 --- a/webapp/components/NotificationsTable/NotificationsTable.vue +++ b/webapp/components/NotificationsTable/NotificationsTable.vue @@ -6,25 +6,12 @@ > -