Browse Source

fix(app): custom providers overflow (#11252)

Co-authored-by: Brendan Allan <[email protected]>
Devin Griffin 3 weeks ago
parent
commit
0d22068c90
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/app/src/components/settings-providers.tsx

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

@@ -226,11 +226,11 @@ export const SettingsProviders: Component = () => {
             </For>
 
             <div
-              class="flex items-center justify-between gap-4 h-16 border-b border-border-weak-base last:border-none"
+              class="flex items-center justify-between gap-4 min-h-16 border-b border-border-weak-base last:border-none flex-wrap py-3"
               data-component="custom-provider-section"
             >
               <div class="flex flex-col min-w-0">
-                <div class="flex items-center gap-x-3">
+                <div class="flex flex-wrap items-center gap-x-3 gap-y-1">
                   <ProviderIcon id={icon("synthetic")} class="size-5 shrink-0 icon-strong-base" />
                   <span class="text-14-medium text-text-strong">Custom provider</span>
                   <Tag>{language.t("settings.providers.tag.custom")}</Tag>