diff --git a/src/components/editor/MentionEditor.tsx b/src/components/editor/MentionEditor.tsx
index 60b81b9..aa92bc1 100644
--- a/src/components/editor/MentionEditor.tsx
+++ b/src/components/editor/MentionEditor.tsx
@@ -888,10 +888,7 @@ export const MentionEditor = forwardRef<
-
+
);
},
diff --git a/src/index.css b/src/index.css
index 024a54a..99e0c1b 100644
--- a/src/index.css
+++ b/src/index.css
@@ -282,8 +282,7 @@ body.animating-layout
/* TipTap Editor Styles */
.ProseMirror {
min-height: 1.25rem;
- display: flex;
- align-items: center;
+ line-height: 1.25rem;
}
.ProseMirror:focus {
@@ -292,8 +291,7 @@ body.animating-layout
.ProseMirror p {
margin: 0;
- flex: 1;
- min-width: 0;
+ line-height: 1.25rem;
}
.ProseMirror p.is-editor-empty:first-child::before {