Skip to content

Commit

Permalink
fix(bubble) smaller fonts on mobile questions
Browse files Browse the repository at this point in the history
  • Loading branch information
ManishMadan2882 committed Nov 26, 2024
1 parent 0a7a313 commit a86b342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/conversation/ConversationBubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a86b342

Please sign in to comment.