fix(ai-toolbar): wrap masonry prompt cards correctly
This commit is contained in:
@@ -343,7 +343,7 @@ export const AIToolbar = ({
|
||||
type="button"
|
||||
variant="secondary"
|
||||
size="sm"
|
||||
className="h-auto w-full text-left justify-start rounded-2xl px-3 py-2 text-[11px] leading-relaxed"
|
||||
className="h-auto w-full justify-start text-left whitespace-normal rounded-2xl px-3 py-2 text-[11px] leading-relaxed"
|
||||
onClick={() => onAiTemplateSelect(prompt)}
|
||||
disabled={aiLoading || !canUseAi}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user