File tree Expand file tree Collapse file tree
packages/app/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments