villeneuve-dascq: fix navigation links text cut in desktop (#76176)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-06-21 16:24:42 +02:00 committed by Corentin Sechet
parent a1d2903794
commit b752905075
1 changed files with 4 additions and 0 deletions

View File

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