From e3e4d419bb4392e352c595df74924385909a4af8 Mon Sep 17 00:00:00 2001 From: Dana Woodman Date: Fri, 16 Sep 2022 06:20:28 -0700 Subject: [PATCH] Don't wrap buttons (#1143) 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;