Skip to content

Commit

Permalink
fix: header shrinking in flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed Feb 4, 2024
1 parent f4950bc commit 4000431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/header/Header.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const Header = recipe({
{
display: "flex",
alignItems: "center",
flexShrink: 0,
},
],
variants: {
Expand Down

0 comments on commit 4000431

Please sign in to comment.