Update EditCustomCollectionModal button styling for Chinese (#2225)

pull/2227/head
Benjamin 2 years ago committed by GitHub
parent 60a2ecbd17
commit 404bf11d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -205,7 +205,7 @@ const EditCustomCollectionModal: FC<Props> = ({
<td className="p-2 pl-3">{item.server_url ? new URL(item.server_url).pathname : ''}</td>
<td className="p-2 pl-3 w-[62px]">
<Button
className='!h-6 !px-2 text-xs font-medium text-gray-700'
className='!h-6 !px-2 text-xs font-medium text-gray-700 whitespace-nowrap'
onClick={() => {
setCurrTool(item)
setIsShowTestApi(true)

Loading…
Cancel
Save