From 773d43697ce708c976f108f8240792648afbcc95 Mon Sep 17 00:00:00 2001 From: djordje vlaisavljevic Date: Wed, 8 Dec 2021 14:05:57 +0100 Subject: [PATCH] Updated editor styles for product card refs https://github.com/TryGhost/Team/issues/1245 --- ghost/admin/app/styles/components/koenig.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghost/admin/app/styles/components/koenig.css b/ghost/admin/app/styles/components/koenig.css index d5dc8de9df..9f95176fd9 100644 --- a/ghost/admin/app/styles/components/koenig.css +++ b/ghost/admin/app/styles/components/koenig.css @@ -1747,6 +1747,9 @@ button.emoji-picker__category-button.active { .kg-product-card-image-container { margin-bottom: 1.6rem; + display: flex; + flex-direction: column; + width: 100%; } .kg-product-card-trash-icon svg {