Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AirStair opened this issue Jun 24, 2024 · 1 comment · May be fixed by SamandarTemirxodjayev/goshtbor#28 or SamandarTemirxodjayev/goshtbor#29
Labels
bug Something isn't working

Comments

@AirStair
Copy link

AirStair commented Jun 24, 2024

Environment

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


  • Operating System: Linux
  • Node Version: v22.3.0
  • Nuxt Version: 3.12.2
  • CLI Version: 3.12.0
  • Nitro Version: 2.9.6
  • Package Manager: [email protected]
  • Builder: -
  • User Config: devtools, modules
  • Runtime Modules: @nuxtjs/[email protected], @nuxt/[email protected]
  • Build Modules: -

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

@AirStair AirStair added the bug Something isn't working label Jun 24, 2024
@VadimT568
Copy link

thanks, I wanted to have one too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants