diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-03-10 11:12:23 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-03-10 11:12:23 +0100 |
| commit | bfbbb527677ba4648b1be376bb02b0bd3c3e29ba (patch) | |
| tree | 33c58d8781385fdf30c0f44f241e6ee65a2ddaa3 /src/components/notifications/notifications.scss | |
| parent | daa70909ab707b2dac8a42bc15650165e774b565 (diff) | |
| parent | 380adc696649df6974076ba5a68ce8b649af3bc7 (diff) | |
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -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; } } |
