diff --git a/ghost/admin/app/components/gh-portal-links.hbs b/ghost/admin/app/components/gh-portal-links.hbs index 85906f9ddd..e1bc13884e 100644 --- a/ghost/admin/app/components/gh-portal-links.hbs +++ b/ghost/admin/app/components/gh-portal-links.hbs @@ -1,7 +1,7 @@
Use these {{if isLink "links" "data attributes"}} to show pages of Portal.
+Use these {{if isLink "links" "data attributes"}} in your theme to show pages of Portal.
Page |
diff --git a/ghost/admin/app/styles/layouts/portal-settings.css b/ghost/admin/app/styles/layouts/portal-settings.css
index 0d5516dcff..c9c62d56e3 100644
--- a/ghost/admin/app/styles/layouts/portal-settings.css
+++ b/ghost/admin/app/styles/layouts/portal-settings.css
@@ -348,7 +348,7 @@
position: relative;
display: flex;
box-sizing: border-box;
- top: 100px;
+ top: 95px;
flex-direction: column;
justify-content: flex-start;
overflow: hidden;
@@ -375,7 +375,7 @@
.gh-portal-links-table {
width: 100%;
padding: 0;
- margin: 0;
+ margin: 20px 0 0;
}
.gh-portal-links-table tr td {