From c01f307e5e1da59068a3f44202a9fd297cc7a764 Mon Sep 17 00:00:00 2001 From: Filip Niklas Date: Wed, 5 Feb 2025 09:00:32 +0100 Subject: [PATCH] fix: breakpoints issue with min width --- features/editor/components/EmbedTeacherProfile.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/editor/components/EmbedTeacherProfile.tsx b/features/editor/components/EmbedTeacherProfile.tsx index 4ad43f3..e64ac8c 100644 --- a/features/editor/components/EmbedTeacherProfile.tsx +++ b/features/editor/components/EmbedTeacherProfile.tsx @@ -8,7 +8,7 @@ type EmbedTEacherProfileProps = { }; export const EmbedTeacherProfile = (props: EmbedTEacherProfileProps) => { - const { teacherInput, minWidth = "400px", maxWidth = "800px" } = props; + const { teacherInput, maxWidth = "800px" } = props; const getTeacherAndTitle = (teacherInput: string) => { if (!teacherInput.includes(":")) { @@ -86,7 +86,7 @@ export const EmbedTeacherProfile = (props: EmbedTEacherProfileProps) => { return (