From 10a7363cd846db3bc43ac8fb6314aeb744510ebf Mon Sep 17 00:00:00 2001 From: JoacoViera Date: Thu, 22 Oct 2020 04:12:35 -0300 Subject: [PATCH] alignItems on story component --- src/components/Story.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Story.tsx b/src/components/Story.tsx index 57b62a6f5..e2843b6a9 100644 --- a/src/components/Story.tsx +++ b/src/components/Story.tsx @@ -40,7 +40,8 @@ const styles = { story: { display: "flex", position: "relative", - overflow: "hidden" + overflow: "hidden", + alignItems: "center" }, storyContent: { width: "auto",