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 44dd957
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 @@ -42,6 +42,11 @@
width: 160px;
}

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

.buttonGroup button,
.buttonGroup img {
border: 0;
Expand Down

0 comments on commit 44dd957

Please sign in to comment.