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
parent 9c3b31d3f4
commit 05319fc85f
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;
}
}
}