Skip to content

Commit

Permalink
Fix padding for icon buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mic-smith committed Nov 11, 2024
1 parent 46efa23 commit e4291a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@
.icon {
margin-right: 8px;
}

.button:has(.icon) {
padding-left: 16px;
}

0 comments on commit e4291a3

Please sign in to comment.