Skip to content

Commit 337f7ed

Browse files
docs: fix width of language input (#16849)
1 parent 9b2fcf7 commit 337f7ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/assets/scss/components/language-switcher.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.switcher--language .switcher__select {
2222
flex: 1 0 12rem;
2323

24-
@media all and (max-width: 800px) {
24+
@media all and (max-width: 799px) {
2525
max-width: 250px;
2626
}
2727
}

0 commit comments

Comments
 (0)