villeneuve-dascq: fix navigation links text cut in desktop (#76176) #329

Merged
csechet merged 1 commits from wip/76176-villeneuve-dascq-texte-de-navigation-coup into main 2023-10-06 11:15:43 +02:00
1 changed files with 4 additions and 0 deletions

View File

@ -904,6 +904,10 @@ body.no-overflow {
span {
height: auto;
width: 100%;
@media($min-desktop-viewport) {
overflow: visible;
}
}
}