fix: prevent language selector text clipping

This commit is contained in:
KoalaDev
2026-07-28 07:46:07 +02:00
parent ffd629a522
commit 172073896f
2 changed files with 20 additions and 1 deletions
+3
View File
@@ -182,4 +182,7 @@
font-size: 1rem;
gap: 0.4rem;
}
.logo-area > span:first-of-type {
display: none;
}
}