Skip to content

Commit 0d22068

Browse files
fix(app): custom providers overflow (anomalyco#11252)
Co-authored-by: Brendan Allan <[email protected]>
1 parent d116c22 commit 0d22068

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

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

0 commit comments

Comments
 (0)