fix(ui): buttons wrap

This commit is contained in:
Vyacheslav Scherbinin
2025-07-12 13:50:43 +07:00
parent d959f59c2d
commit ec8fa9fefe

View File

@@ -80,7 +80,7 @@ export const ShowGitProviders = () => {
</span>
<div>
<div className="flex items-center bg-sidebar p-1 w-full rounded-lg">
<div className="flex items-center gap-4 p-3.5 rounded-lg bg-background border w-full">
<div className="flex flex-wrap items-center gap-4 p-3.5 rounded-lg bg-background border w-full">
<AddGithubProvider />
<AddGitlabProvider />
<AddBitbucketProvider />