diff --git a/src/renderer/src/components/sidebar/sidebar-profile.css.ts b/src/renderer/src/components/sidebar/sidebar-profile.css.ts index 7fe6e4ec..a4eb32b1 100644 --- a/src/renderer/src/components/sidebar/sidebar-profile.css.ts +++ b/src/renderer/src/components/sidebar/sidebar-profile.css.ts @@ -41,6 +41,7 @@ export const profileButtonInformation = style({ flexDirection: "column", alignItems: "flex-start", flex: "1", + minWidth: 0, }); export const statusBadge = style({