Skip to content

Commit

Permalink
force frames to be only as wide as the initial preview frame placehol…
Browse files Browse the repository at this point in the history
…der (#1047)
  • Loading branch information
JFrankfurt authored Oct 8, 2024
1 parent dab3447 commit fd609a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export default function FrameBuilder() {
alt="preview frame"
/>
) : (
<Frame url={debouncedNewFrameUrl} />
<Frame className="w-[414px]" url={debouncedNewFrameUrl} />
)}
</div>
<Button
Expand Down

0 comments on commit fd609a9

Please sign in to comment.