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 7e8840c commit 724d3c8Copy full SHA for 724d3c8
components/keywords/Keyword.tsx
@@ -99,7 +99,7 @@ const Keyword = (props: KeywordProps) => {
99
<Icon type="check" size={10} />
100
</button>
101
<a
102
- className='py-2 hover:text-blue-600 lg:flex lg:items-center lg:w-full'
+ className='py-2 hover:text-blue-600 lg:flex lg:items-center lg:w-full lg:max-w-[200px]'
103
onClick={() => showKeywordDetails()}>
104
<span className={`fflag fflag-${country} w-[18px] h-[12px] mr-2`} title={countries[country][0]} />
105
<span className=' text-ellipsis overflow-hidden whitespace-nowrap w-[calc(100%-30px)]'>{keyword}{city ? ` (${city})` : ''}</span>
0 commit comments