Skip to content

Commit

Permalink
docs: fix width of language input (#16849)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanujkanti4441 committed Feb 4, 2023
1 parent 9b2fcf7 commit 337f7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/assets/scss/components/language-switcher.scss
Expand Up @@ -21,7 +21,7 @@
.switcher--language .switcher__select {
flex: 1 0 12rem;

@media all and (max-width: 800px) {
@media all and (max-width: 799px) {
max-width: 250px;
}
}
Expand Down

0 comments on commit 337f7ed

Please sign in to comment.