Skip to content

Commit e035189

Browse files
author
Kristan Kenney
committed
Update CSS for notification panel
1 parent f47bb92 commit e035189

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web/css/styles.min.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,11 @@ a {
962962

963963
.notification-container li {
964964
border-bottom: 1px solid #e9e4e4;
965-
padding: 20px;
965+
padding: 30px 20px 50px 20px;
966+
}
967+
968+
.notification-container li:last-child {
969+
border-bottom: none;
966970
}
967971

968972
.notification-container .mark-seen {

0 commit comments

Comments
 (0)