Compare commits

...

1 Commits

Author SHA1 Message Date
Aaryan Khandelwal 2d665db5b5 style: remove unnecessary bottom padding from the rich text editor 2024-11-08 20:00:56 +05:30
@@ -54,7 +54,7 @@ export const RichTextEditor = forwardRef<EditorRefApi, RichTextEditorWrapperProp
suggestions: mentionSuggestions,
}}
{...rest}
containerClassName={cn("relative pl-3 pb-3", containerClassName)}
containerClassName={cn("relative pl-3", containerClassName)}
/>
);
});