From e93cbbd56a70ab3fd44866009400c7b3df24286b Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 23 Sep 2024 16:34:59 -0500 Subject: [PATCH] Don't use flex on inputs (#5458) --- src/components/dialogs/Embed.tsx | 22 ++++++++++++---------- src/components/forms/TextField.tsx | 4 ++-- src/view/screens/Storybook/Forms.tsx | 21 +++++++++++++++++++++ src/view/screens/Storybook/index.tsx | 10 +++++----- 4 files changed, 40 insertions(+), 17 deletions(-) diff --git a/src/components/dialogs/Embed.tsx b/src/components/dialogs/Embed.tsx index 73ecf6616b..ca75b01390 100644 --- a/src/components/dialogs/Embed.tsx +++ b/src/components/dialogs/Embed.tsx @@ -106,16 +106,18 @@ function EmbedDialogInner({ - - - - + + + + + + + + - + - @@ -93,16 +92,17 @@ function StorybookInner() { + - +