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

Chip badge display problem #959

Closed
numahell opened this issue Aug 24, 2023 · 3 comments · Fixed by #962
Closed

Chip badge display problem #959

numahell opened this issue Aug 24, 2023 · 3 comments · Fixed by #962

Comments

@numahell
Copy link
Contributor

When there are more than 2 or 3 themes, they are displayed on a single line, and their width is reduced.

image

It could be fixed by adding flex-wrap: wrap; on chips container (thx @bastyen ), and removing height fixed on result list card.

@babastienne
Copy link
Member

Ca ne semble pas se produire sur toutes les instances ... A creuser

@xavyeah39
Copy link

Je confirme que l'on rencontre le même problème sur nos instances depuis màj en 3.15
Quand les cards contiennent plusieurs tags d'une certaine longueur : affichage des "chips" sur une ligne.
Sur les cards de la home mais aussi sur celles de la page recherche :

image

Cela semble bien lié à la disparition de flex-wrap: wrap et display: inline-flex; de ces éléments suite aux évolutions de la 3.15.0 dans #951.

@dtrucs
Copy link
Collaborator

dtrucs commented Sep 7, 2023

Fixed since v3.15.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants