mirror of
https://github.com/langgenius/dify.git
synced 2026-09-19 02:07:44 +08:00
fix(web): let multimodal guidance height fit content (#40846)
This commit is contained in:
@@ -25,7 +25,7 @@ const renderDescription = (description: string): ReactNode => {
|
||||
|
||||
export const TipCard = ({ title, description, dismissLabel, onDismiss }: TipCardProps) => {
|
||||
return (
|
||||
<div className="relative flex min-h-[110px] gap-3 overflow-hidden rounded-xl border border-divider-regular bg-linear-to-b from-components-chat-input-audio-bg-alt to-components-chat-input-audio-bg py-3 pr-0.75 pl-3 shadow-xs">
|
||||
<div className="relative flex gap-3 overflow-hidden rounded-xl border border-divider-regular bg-linear-to-b from-components-chat-input-audio-bg-alt to-components-chat-input-audio-bg py-3 pr-0.75 pl-3 shadow-xs">
|
||||
<div className="relative size-9 shrink-0">
|
||||
<img
|
||||
src={PictureFrame.src}
|
||||
|
||||
Reference in New Issue
Block a user