From 40d2d970e475e41db8cce107a9ec4b84ef79d162 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Tue, 26 Apr 2022 21:52:35 +0200 Subject: [PATCH] Add right margin to portal list refs https://github.com/TryGhost/Team/issues/1482 --- ghost/portal/src/components/Frame.styles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index f01a1e24b1..c24b01f38e 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -579,6 +579,7 @@ const FrameStyles = ` .gh-portal-list-detail { flex-grow: 1; + margin-right: 24px; } .gh-portal-list-detail h3 {