Skip to content

Commit

Permalink
Define padding for header icons
Browse files Browse the repository at this point in the history
  • Loading branch information
norbye committed Oct 6, 2023
1 parent 529ab86 commit d4d4167
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/components/Header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
}
}

.buttonGroup button {
flex-shrink: 0;
padding: 0 7px;
}

.buttonGroup button:focus {
outline: none;
}
Expand Down

0 comments on commit d4d4167

Please sign in to comment.