mirror of https://github.com/buster-so/buster.git
update mention seperator style
This commit is contained in:
parent
b94c1dc569
commit
743d0d71c9
|
@ -2,5 +2,5 @@ import type React from 'react';
|
|||
import type { MentionInputTriggerSeparator } from '../MentionInput.types';
|
||||
|
||||
export const MentionListSeperator: React.FC<MentionInputTriggerSeparator> = () => {
|
||||
return <hr className="border-border border-t w-full my-1" />;
|
||||
return <hr className="border-border border-t my-1 -mx-1 w-[calc(100%+0.5rem)]" />;
|
||||
};
|
||||
|
|
|
@ -1 +1 @@
|
|||
export * from './FollowupChatInput';
|
||||
export * from './FollowUpChatInput';
|
||||
|
|
Loading…
Reference in New Issue