fix dropdown width and add icons
This commit is contained in:
parent
e131bdd30e
commit
a7d2d39f3b
2 changed files with 13 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue