Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 23447ff

Browse files
authored
fix: accordion for mobile resolution (#109)
1 parent cec7f2b commit 23447ff

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/moody-actors-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@babylonlabs-io/bbn-core-ui": patch
3+
---
4+
5+
fix: accordion mobile layout

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Accordion/Accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@apply transition-opacity;
33

44
&-summary {
5-
@apply text-accent-primary relative cursor-pointer pr-5 transition-colors;
5+
@apply text-accent-primary relative cursor-pointer pr-10 transition-colors;
66
}
77

88
&-details {

0 commit comments

Comments
 (0)