Browse Source

fix(app): allow add server row to grow for error message

David Hill 1 month ago
parent
commit
a169c2987b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/dialog-select-server.tsx

+ 1 - 1
packages/app/src/components/dialog-select-server.tsx

@@ -53,7 +53,7 @@ async function checkHealth(url: string, platform: ReturnType<typeof usePlatform>
 
 function AddRow(props: AddRowProps) {
   return (
-    <div class="flex items-center px-4 h-14 min-w-0 flex-1">
+    <div class="flex items-center px-4 min-h-14 py-3 min-w-0 flex-1">
       <div class="relative flex-1 min-w-0">
         <div
           classList={{