Skip to content

Commit 02eba47

Browse files
committed
fix: Collapse arrow position. closes: #4133
1 parent 598834a commit 02eba47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/daisyui/src/components/collapse.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
185185
transition-duration: 0.2s;
186186
}
187-
top: 1.9rem;
187+
top: 50%;
188188
inset-inline-end: 1.4rem;
189189
content: "";
190190
transform-origin: 75% 75%;

0 commit comments

Comments
 (0)