fix(bubble) smaller fonts on mobile questions

This commit is contained in:
ManishMadan2882
2024-11-26 19:14:50 +05:30
parent 0a7a313e5d
commit a86b342ba5

View File

@@ -95,7 +95,7 @@ const ConversationBubble = forwardRef<
style={{
wordBreak: 'break-word',
}}
className="ml-2 mr-2 flex items-center rounded-[28px] bg-purple-30 py-[14px] px-[19px] text-white max-w-full whitespace-pre-wrap leading-normal"
className="text-sm sm:text-base ml-2 mr-2 flex items-center rounded-[28px] bg-purple-30 py-[14px] px-[19px] text-white max-w-full whitespace-pre-wrap leading-normal"
>
{message}
</div>