diff --git a/ghost/admin/app/components/gh-members-import-table.hbs b/ghost/admin/app/components/gh-members-import-table.hbs index a98cbe4f34..f23722a065 100644 --- a/ghost/admin/app/components/gh-members-import-table.hbs +++ b/ghost/admin/app/components/gh-members-import-table.hbs @@ -1,8 +1,8 @@ - - + {{#each currentlyDisplayedData as |row|}} - - + + {{else}} diff --git a/ghost/admin/app/styles/layouts/members.css b/ghost/admin/app/styles/layouts/members.css index afa4d4eda5..846db4d86a 100644 --- a/ghost/admin/app/styles/layouts/members.css +++ b/ghost/admin/app/styles/layouts/members.css @@ -564,9 +564,10 @@ p.gh-members-import-errordetailtext { } .gh-members-import-table td { - padding: 6px 8px; + padding: 7px 8px 6px; border-left: 1px solid color-mod(var(--darkgrey) a(7%) s(+40%)); border-bottom: 1px solid color-mod(var(--darkgrey) a(7%) s(+40%)); + vertical-align: top; } .gh-members-import-table tr td:first-of-type, @@ -603,7 +604,7 @@ p.gh-members-import-errordetail:first-of-type { } .gh-import-member-select select { - height: 36px; + height: 34px; border: none; font-size: 1.3rem; line-height: 1em; @@ -630,7 +631,15 @@ p.gh-members-import-errordetail:first-of-type { } .gh-import-member-select svg { - right: 8px; + right: 9px; +} + +.gh-members-import-table th.table-cell-field, +.gh-members-import-table td.table-cell-field, +.gh-members-import-table th.table-cell-data, +.gh-members-import-table td.table-cell-data { + max-width: 180px; + overflow-wrap: break-word; } /* Fixing Firefox's select padding */
Field + Field
Data
@@ -17,8 +17,8 @@
{{row.key}}{{row.value}}{{row.key}}{{row.value}}