We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfdaf5 commit b13293cCopy full SHA for b13293c
src/MarkdownEditor/editor/style.ts
@@ -67,6 +67,7 @@ const genStyle: GenerateStyle<ChatTokenType> = (token) => {
67
margin: '0 2px',
68
lineHeight: '14px',
69
top: '-0.5em',
70
+ position: 'relative',
71
textAlign: 'center',
72
justifyContent: 'center',
73
transition: 'all 0.3s',
0 commit comments