Преглед на файлове

Update EditCustomCollectionModal button styling for Chinese (#2225)

Benjamin преди 1 година
родител
ревизия
404bf11d8c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/app/components/tools/edit-custom-collection-modal/index.tsx

+ 1 - 1
web/app/components/tools/edit-custom-collection-modal/index.tsx

@@ -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)