fix dropdown width and add icons

This commit is contained in:
Lisa Durand 2023-07-13 10:38:15 +02:00
parent e131bdd30e
commit a7d2d39f3b
2 changed files with 13 additions and 1 deletions

View file

@ -84,6 +84,11 @@ fieldset {
display: none;
}
// on souhaite que le dropdown s'adapate correctement en largeur
.fr-translate .fr-menu__list.max-content {
width: max-content;
}
// on veut ferrer à droite le dropdown de sélecteur de langue
@media (min-width: 62em) {
.fr-nav__item.custom-fr-translate-flex-end {