fix an overly broad CSS selector for notifications
Unfortunately it was breaking some useful behaviour in the slide apppull/1/head
parent
9508c0ffb6
commit
d4e6bc780b
|
@ -10,6 +10,9 @@
|
|||
max-width: 300px;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
& hr {
|
||||
margin: 0px !important;
|
||||
}
|
||||
.cp-notification {
|
||||
min-height: @notif-height;
|
||||
display: flex;
|
||||
|
@ -40,9 +43,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
hr {
|
||||
margin: 0px !important;
|
||||
}
|
||||
.cp-notifications-gotoapp {
|
||||
p {
|
||||
padding: 10px 0 !important;
|
||||
|
|
Loading…
Reference in New Issue