Skip to content

Commit 54b0b83

Browse files
joeizangyann300
authored andcommitted
reduce padding, add x margins
1 parent f351c25 commit 54b0b83

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-ui/remix-ai-assistant/src/components

1 file changed

+1
-1
lines changed

libs/remix-ui/remix-ai-assistant/src/components/prompt.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const PromptArea: React.FC<PromptAreaProps> = ({
7878
)}
7979

8080
<div
81-
className="prompt-area d-flex flex-column gap-2 w-100 p-3 border border-text bg-light align-self-start"
81+
className="prompt-area d-flex flex-column mx-1 p-2 border border-text bg-light"
8282
>
8383
<div className="d-flex justify-content-between mb-3 border border-right-0 border-left-0 border-top-0 border-bottom pb-1">
8484
<button

0 commit comments

Comments
 (0)