Compare commits

...

1 Commits

Author SHA1 Message Date
Aaryan Khandelwal 57ab7c38cd style: remove unnecessary bottom padding from the rich text editor 2024-11-09 12:56:43 +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)}
/>
);
});