forked from AkkomaGang/akkoma-fe
Merge branch 'fix/no-border-on-last-notif' into 'develop'
Fix red border not appearing on the last notification. See merge request !59
This commit is contained in:
commit
2f0fcd14c9
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@
|
|||
}
|
||||
|
||||
&:last-child {
|
||||
border: none
|
||||
border-bottom: none;
|
||||
border-radius: 0 0 10px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue