We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f351c25 commit 54b0b83Copy full SHA for 54b0b83
libs/remix-ui/remix-ai-assistant/src/components/prompt.tsx
@@ -78,7 +78,7 @@ export const PromptArea: React.FC<PromptAreaProps> = ({
78
)}
79
80
<div
81
- className="prompt-area d-flex flex-column gap-2 w-100 p-3 border border-text bg-light align-self-start"
+ className="prompt-area d-flex flex-column mx-1 p-2 border border-text bg-light"
82
>
83
<div className="d-flex justify-content-between mb-3 border border-right-0 border-left-0 border-top-0 border-bottom pb-1">
84
<button
0 commit comments