diff --git a/src/components/styled/button.css b/src/components/styled/button.css index 8b040bb7b02..3fc7733e6b0 100644 --- a/src/components/styled/button.css +++ b/src/components/styled/button.css @@ -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;