diff options
| author | shpuld <shpuld@gmail.com> | 2017-03-09 19:57:20 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-03-09 19:57:20 +0200 |
| commit | bd7a05dee11fd4482a9f72829b758f009e4bd67e (patch) | |
| tree | 505225b38af3c41771319221400366c90641f255 /src | |
| parent | 7aa1f02e388796942d3f711796497e76b9fcdaac (diff) | |
Fix red border not appearing on the last notification.
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/notifications/notifications.scss | 3 |
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; } } |
