mirror of https://github.com/buster-so/buster.git
24px between block
This commit is contained in:
parent
69a05f0d0f
commit
9fe53c67fc
|
@ -218,7 +218,7 @@ export const MentionInputSuggestions = forwardRef<
|
|||
className={inputClassName}
|
||||
onBlur={onBlur}
|
||||
/>
|
||||
{children && <div className="mt-4.5">{children}</div>}
|
||||
{children && <div className="mt-6">{children}</div>}
|
||||
</MentionInputSuggestionsContainer>
|
||||
<SuggestionsSeperator />
|
||||
<MentionInputSuggestionsList
|
||||
|
|
Loading…
Reference in New Issue