Skip to content

Commit

Permalink
Add min. navbar height
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocouto committed Jan 30, 2022
1 parent 50b3390 commit de4c0d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/navigation/AppHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ const Container = styled.div.attrs({

const NavigationBar = styled.div.attrs({
className: 'flex items-center justify-between',
})``;
})`
min-height: 38px;
`;

const SearchBar = styled.div.attrs({ className: 'space-y-2' })``;

Expand Down

1 comment on commit de4c0d2

@vercel
Copy link

@vercel vercel bot commented on de4c0d2 Jan 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.