fix: Reduce gap between at symbol and name in user mentions (#8839)

This commit is contained in:
Tom Moor
2025-03-30 13:26:35 -04:00
committed by GitHub
parent a2bd0edd82
commit 588e5bc17f
+4
View File
@@ -313,6 +313,10 @@ width: 100%;
background: ${props.theme.mentionHoverBackground};
}
&[data-type="user"] {
gap: 0;
}
&.mention-user::before {
content: "@";
}