Skip to content

Commit

Permalink
chore: update space app editor border
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryan610 committed May 1, 2024
1 parent be212ab commit 61c81d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space/components/editor/rich-text-read-only-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const RichTextReadOnlyEditor = React.forwardRef<EditorReadOnlyRefApi, Ric
mentionHandler={{ highlights: mentionHighlights }}
{...props}
// overriding the customClassName to add relative class passed
containerClassName={cn(props.containerClassName, "relative border border-custom-border-200 p-3")}
containerClassName={cn("relative p-0 border-none", props.containerClassName)}
/>
);
}
Expand Down

0 comments on commit 61c81d5

Please sign in to comment.