mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed toaster content spacing
no issue - fixed spacing for title, description and actions on toasters
This commit is contained in:
parent
49d0736d00
commit
44e0376792
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user