mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-01-19 10:46:05 +01:00
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 {
|
&:last-child {
|
||||||
border: none
|
border-bottom: none;
|
||||||
|
border-radius: 0 0 10px 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue