Skip to content

Commit d4f15bf

Browse files
Apply PR #11252: fix(app): custom providers overflow
2 parents 2d5112a + 2c931c4 commit d4f15bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/src/components/settings-providers.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ export const SettingsProviders: Component = () => {
225225
)}
226226
</For>
227227

228-
<div class="flex items-center justify-between gap-4 h-16 border-b border-border-weak-base last:border-none">
228+
<div class="flex flex-wrap items-center justify-between gap-4 min-h-16 py-3 border-b border-border-weak-base last:border-none">
229229
<div class="flex flex-col min-w-0">
230-
<div class="flex items-center gap-x-3">
230+
<div class="flex flex-wrap items-center gap-x-3 gap-y-1">
231231
<ProviderIcon id={icon("synthetic")} class="size-5 shrink-0 icon-strong-base" />
232232
<span class="text-14-medium text-text-strong">Custom provider</span>
233233
<Tag>{language.t("settings.providers.tag.custom")}</Tag>

0 commit comments

Comments
 (0)