mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
fix(web): prevent language select label truncation (#13100)
This commit is contained in:
parent
a25b2af05a
commit
dd1862cc2b
@ -110,8 +110,7 @@ const discord = config.social?.find((item) => item.icon === "discord")
|
||||
}
|
||||
|
||||
.doc :global(starlight-lang-select select) {
|
||||
min-width: 18ch;
|
||||
max-width: min(100%, 20rem);
|
||||
min-width: 15em;
|
||||
}
|
||||
|
||||
@media (min-width: 30rem) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user