0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed alignment of plus button in error state

This commit is contained in:
Djordje Vlaisavljevic 2022-03-02 11:58:33 +01:00
parent c9cdb6cb1e
commit c38111aa5c

View file

@ -503,6 +503,14 @@
align-items: center; align-items: center;
} }
.gh-product-benefits .gh-blognav-item.gh-blognav-item--error {
align-items: start;
}
.gh-blognav-item--error button.gh-blognav-add {
margin-top: 12px;
}
.gh-product-benefits .gh-blognav-label { .gh-product-benefits .gh-blognav-label {
margin-right: 0; margin-right: 0;
} }