Skip to content

Commit

Permalink
style: fix flex
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwanying committed Aug 22, 2024
1 parent e339d2e commit d04212d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lui/src/Chat/components/ChatItemRender.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const ChatItemRender: FC<IProps> = ({
}}
/>
)}
<div className="ant-pro-chat-list-item-message-container">
<div className="ant-pro-chat-list-item-message-container flex-1">
{title}
{content}
</div>
Expand Down

0 comments on commit d04212d

Please sign in to comment.