mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-19 23:49:09 +08:00
Update EditCustomCollectionModal button styling for Chinese (#2225)
This commit is contained in:
parent
60a2ecbd17
commit
404bf11d8c
@ -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…
x
Reference in New Issue
Block a user