diff --git a/src/app/components/notifications-list/notifications-list.component.scss b/src/app/components/notifications-list/notifications-list.component.scss index 8190694..b7e5363 100644 --- a/src/app/components/notifications-list/notifications-list.component.scss +++ b/src/app/components/notifications-list/notifications-list.component.scss @@ -2,3 +2,9 @@ margin-bottom: 10px; margin-top: 10px; } + +.notification-text { + margin-left: 10px; + margin-right: 10px; + display: inline-block; +} \ No newline at end of file