We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb677a8 commit 52dfff2Copy full SHA for 52dfff2
src/components/searchpage.tsx
@@ -94,7 +94,7 @@ function SearchPage() {
94
<h4 className='text-base font-bold font-serif mb-2'>
95
{entry.word} ({`${trimWordType(entry.type)}.`})
96
</h4>
97
- <p className='overflow-scroll'>{entry.meaning}</p>
+ <p className='overflow-x-scroll'>{entry.meaning}</p>
98
{entry.impl || entry.obscurism ? (
99
<Dialog>
100
<DialogTrigger asChild>
0 commit comments