fix(docs): avoid footer language selector truncation (#13124)

This commit is contained in:
webwww123
2026-02-11 18:33:50 +08:00
committed by GitHub
parent 07cc07fa95
commit bc7f1fc515
+2 -1
View File
@@ -110,7 +110,8 @@ const discord = config.social?.find((item) => item.icon === "discord")
}
.doc :global(starlight-lang-select select) {
min-width: 7em;
min-width: 18ch;
max-width: min(100%, 20rem);
}
@media (min-width: 30rem) {