nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.55k stars 415 forks source link

Chevron is hidden on long 'label' in accordion component #1909

Open AirStair opened 1 week ago

AirStair commented 1 week ago

Environment

Working directory: /home/ai/my-app 8:12:35 PM Nuxt project info: 8:12:35 PM


Version

^2.17.0

Reproduction

<script setup lang="ts">
const items = [{
  label: 'Massenkommunikationsdienstleistungsunternehmen',
  icon: 'i-heroicons-information-circle',
  defaultOpen: true,
  content: '...'
},]
</script>
<template>
  <UAccordion :items="items" />
</template>

Description

Screenshot 2024-06-24 20 04 48

Additional context

No response

Logs

No response

VadimT568 commented 1 week ago

thanks, I wanted to have one too