Skip to content

Commit

Permalink
Default button content justificaiton to center fixes [HxButton] Text …
Browse files Browse the repository at this point in the history
…is no longer centered by default #860
  • Loading branch information
crdo committed Aug 3, 2024
1 parent 5c24c27 commit 70b6354
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.btn:not(.navbar-toggler) {
display: inline-flex;
align-items: center;
justify-content: center;
gap: var(--hx-button-gap);
}

Expand Down

0 comments on commit 70b6354

Please sign in to comment.