Skip to content

Commit

Permalink
Vertically align items in HeaderContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Nov 13, 2023
1 parent 0f31bcb commit 5ecf429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/controls/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const ControlsContainer = styled.div`
export const HeaderContainer = styled.div`
display: flex;
justify-content: space-between;
align-items: center;
line-height: 28px;
min-height: 28px; /* needed for safari, else the div height is 0 */
margin-top: 15px;
Expand Down

0 comments on commit 5ecf429

Please sign in to comment.