From 29b4d729390679e73f9343b865c92c4fad3355e8 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 28 May 2020 12:55:11 +0100 Subject: [PATCH] Fixed borders on loading state no issue - `display: table` doesn't provide an equivalent of `colspan` so the loading state needs to include the same number of `display: table-cell` elements as the live state --- ghost/admin/app/components/gh-members-list-item.hbs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/components/gh-members-list-item.hbs b/ghost/admin/app/components/gh-members-list-item.hbs index 6ab445b814..7c69e41f28 100644 --- a/ghost/admin/app/components/gh-members-list-item.hbs +++ b/ghost/admin/app/components/gh-members-list-item.hbs @@ -1,9 +1,12 @@
  • {{#if @member.is_loading}} -
    +
    +
    +
    +
    {{else}}