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