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

Nel componente Callout se il titolo è inferiore a 10 caratteri, la linea dopo il titolo non chiude il box. #1119

Closed
andrea-conforto opened this issue May 23, 2024 · 1 comment · Fixed by #1121
Labels
bug Issue e PR su problemi di funzionamento della libreria

Comments

@andrea-conforto
Copy link
Contributor

Versione di Bootstrap Italia

Il problema è stato riscontrato sulla versione 2.8.7 e su versioni precedenti

Comportamento atteso

Utilizzando il codice HTML:

<div class="callout">
  <div class="callout-inner">
    <div class="callout-title">
      <svg class="icon"><use href="/bootstrap-italia/dist/svg/sprites.svg#it-info-circle"></use></svg>
      <span class="visually-hidden">Confermato</span> 
      <span class="text">Titolo</span>
    </div>
    <p>Maecenas vulputate ante dictum vestibulum volutpat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean non augue non purus vestibulum varius.</p>
  </div>
</div>

Che contiene un titolo inferiore a 10 caratteri la linea subito dopo il titolo dovrebbe chiudere il box, invece resta spezzata. Il problema sembra evidenziarsi solo in presenza di un titolo inferiore a 10 caratteri.

Possibili soluzioni

Modificando la lina 238 del file /src/custom/_callout.scss da width: 250%; a width: calc(100% + 23rem); oppure a width: 1200%; il problema sembra rientrare.

@andrea-conforto andrea-conforto mentioned this issue May 24, 2024
1 task
@andrea-conforto
Copy link
Contributor Author

#1121 versione anche per il Design React Kit

@astagi astagi linked a pull request May 27, 2024 that will close this issue
1 task
@zetareticoli zetareticoli moved this from 🆕 New to 👀 In review in Design system .italia 🇮‍🇹 Jun 3, 2024
@zetareticoli zetareticoli added the bug Issue e PR su problemi di funzionamento della libreria label Jun 3, 2024
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in Design system .italia 🇮‍🇹 Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue e PR su problemi di funzionamento della libreria
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants