Skip to content

Commit

Permalink
Don't wrap buttons (#1143)
Browse files Browse the repository at this point in the history
Closes #1138
  • Loading branch information
danawoodman committed Sep 16, 2022
1 parent 1dba938 commit e3e4d41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/styled/button.css
Expand Up @@ -208,6 +208,8 @@
}
/* group */
.btn-group {
@apply flex-nowrap;

& > input[type="radio"]:checked.btn,
& > .btn-active {
@apply border-primary bg-primary text-primary-content;
Expand Down

0 comments on commit e3e4d41

Please sign in to comment.