Unverified Commit 404bf11d authored by Benjamin's avatar Benjamin Committed by GitHub

Update EditCustomCollectionModal button styling for Chinese (#2225)

parent 60a2ecbd
...@@ -205,7 +205,7 @@ const EditCustomCollectionModal: FC<Props> = ({ ...@@ -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">{item.server_url ? new URL(item.server_url).pathname : ''}</td>
<td className="p-2 pl-3 w-[62px]"> <td className="p-2 pl-3 w-[62px]">
<Button <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={() => { onClick={() => {
setCurrTool(item) setCurrTool(item)
setIsShowTestApi(true) setIsShowTestApi(true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment