Skip to content

Commit

Permalink
Fix #460 Long named apps cramp UI if set as fav
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Nov 28, 2021
1 parent 21dd9a9 commit 58f857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/picker/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const App: React.FC = () => {
<AppButton
ref={favAppRef}
app={favApp}
className="flex flex-col items-center justify-start px-8 py-4"
className="flex flex-col items-center justify-start px-2 py-4 w-[130px]"
>
<AppLogo app={favApp} className="h-20 w-20 mb-2" />
<span>{favApp.name}</span>
Expand Down

0 comments on commit 58f857a

Please sign in to comment.