From ec2b04feb34abbe283fcfcfbdac0a46260781b01 Mon Sep 17 00:00:00 2001 From: Dana Woodman Date: Thu, 15 Sep 2022 12:40:04 -0700 Subject: [PATCH] Don't wrap buttons Closes #1138 --- src/components/styled/button.css | 2 ++ 1 file changed, 2 insertions(+) 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;