chore: fix super embed modal on mobile screens

This commit is contained in:
Aman Harwara
2023-02-13 19:04:35 +05:30
parent 5d97276e06
commit a0c4a403cb

View File

@@ -199,7 +199,7 @@ export function AutoEmbedDialog({
} }
return ( return (
<div style={{ width: '600px' }}> <div className="w-[600px] max-w-[90vw]">
<div className="Input__wrapper"> <div className="Input__wrapper">
<input <input
type="text" type="text"