diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 37ae67ef2a..5cce7a73f6 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -73,7 +73,8 @@ } &:last-child { - border: none + border-bottom: none; + border-radius: 0 0 10px 10px; } }