Fixed toaster content spacing

no issue
- fixed spacing for title, description and actions on toasters
This commit is contained in:
Peter Zimon 2020-03-18 13:43:11 +01:00
parent 49d0736d00
commit 44e0376792

View File

@ -63,7 +63,7 @@
}
.gh-notification p {
margin: 10px 0 0;
margin: 6px 0 0;
padding: 0;
line-height: 1.35em;
}
@ -80,7 +80,8 @@
}
.gh-notification-actions {
margin-top: 10px;
margin-top: 6px;
margin-bottom: 2px;
display: flex;
}