Fixed setting buttons alignment regression

refs https://github.com/TryGhost/Ghost-Admin/pull/1736 where a style change caused regression in the action button's alignment on settings screens.

- fixed alignment issues
This commit is contained in:
Peter Zimon 2020-11-05 10:55:43 +01:00
parent 26003629e1
commit 74c008fbb3

View File

@ -71,8 +71,6 @@
}
.gh-setting-action {
display: flex;
align-items: center;
flex-shrink: 0;
margin: 1px 0 0 0;
}