Skip to content

Commit 5afa08c

Browse files
committedMar 21, 2025·
fix: Join style on iOS. closes: #3691
1 parent bd85380 commit 5afa08c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎packages/daisyui/src/components/button.css

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:where(.btn) {
2+
width: unset;
3+
}
14
.btn {
25
@apply inline-flex shrink-0 cursor-pointer flex-nowrap items-center justify-center gap-1.5 text-center align-middle outline-offset-2 select-none;
36
padding-inline: var(--btn-p);

0 commit comments

Comments
 (0)
Please sign in to comment.