aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshpuld <shpuld@gmail.com>2017-03-09 19:57:20 +0200
committershpuld <shpuld@gmail.com>2017-03-09 19:57:20 +0200
commitbd7a05dee11fd4482a9f72829b758f009e4bd67e (patch)
tree505225b38af3c41771319221400366c90641f255
parent7aa1f02e388796942d3f711796497e76b9fcdaac (diff)
Fix red border not appearing on the last notification.
-rw-r--r--src/components/notifications/notifications.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 37ae67ef..5cce7a73 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;
}
}