From 64a8caa5cf9d51635445ea0a07f0591db339498c Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 18 Feb 2019 12:53:47 +0700 Subject: [PATCH] Fix bug with embeds overflowing content width --- assets/css/components/ghost.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/components/ghost.css b/assets/css/components/ghost.css index c1f21c24..0c9de323 100644 --- a/assets/css/components/ghost.css +++ b/assets/css/components/ghost.css @@ -9,7 +9,7 @@ display: flex; flex-direction: column; align-items: center; - min-width: 100%; + width: 100%; } .kg-image {