We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cec34 commit 65fca1bCopy full SHA for 65fca1b
packages/vue/src/collapse-item/src/mobile-first.vue
@@ -65,7 +65,7 @@
65
:aria-labelledby="`tiny-collapse-head-${state.id}`"
66
:id="`tiny-collapse-content-${state.id}`"
67
>
68
- <div class="pb-6 pt-0 px-4 sm:pt-0 sm:pr-0 sm:pl-4 sm:pb-4 text-xs text-color-text-primary leading-relaxed">
+ <div class="pb-3 pt-0 px-4 sm:pt-0 sm:pr-0 sm:pl-4 sm:pb-4 text-xs text-color-text-primary leading-relaxed">
69
<slot></slot>
70
</div>
71
0 commit comments