Skip to content

Commit

Permalink
♻️ refactor: text example responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Oct 28, 2024
1 parent 8687f62 commit e11152d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/word-result/WordResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const WordResult = ({ wordFound, wordNotFound }: Props) => {
<Text w="full">{definition.definition}</Text>
{definition.example && (
<div className="flex items-start flex-wrap">
<Text fontWeight="bold" color="blue.900" flexWrap={"nowrap"}>
<Text fontWeight="bold" color="blue.900" className="text-nowrap">
Example:
</Text>
<Text w="full">{definition.example}</Text>
Expand Down

0 comments on commit e11152d

Please sign in to comment.