Skip to content

Commit

Permalink
Make new conversation landing page responsive for builder (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd authored Dec 14, 2023
1 parent 411510b commit 1f037a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/assistant/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default function AssistantNew({
{/* FEATURED AGENTS */}
<Page.Vertical gap="lg" align="left">
<Page.SectionHeader title="How can I help you today?" />
<div className="flex flex-row gap-2">
<div className="flex flex-col gap-2 sm:flex-row">
<div className="flex w-full flex-col gap-2">
{isBuilder && (
<div className="text-base font-bold text-element-800">
Expand Down

0 comments on commit 1f037a2

Please sign in to comment.