mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
fix(app): allow add server row to grow for error message
This commit is contained in:
parent
a5c08bc4f8
commit
a169c2987b
1 changed files with 1 additions and 1 deletions
|
|
@ -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={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue