Skip to content

Commit

Permalink
Fix lang switcher border
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Mar 2, 2020
1 parent 45ff20c commit 4ca820f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions frontend/js/components/LangManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
.languageManager__switcher {
height: 35px;
overflow: hidden;
border: 1px solid #d9d9d9;
border-radius: 2px;
}
.languageManager__button {
Expand Down
4 changes: 3 additions & 1 deletion frontend/js/components/LangSwitcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
max-width: 480px;
white-space: nowrap;
overflow: hidden;
border: 1px solid #d9d9d9;
border-radius: 2px;
&:hover {
overflow-x: auto;
Expand Down Expand Up @@ -128,7 +130,7 @@
}
.language--in-modal & {
height: $toolbar__height - 2px;
height: $toolbar__height;
max-width: 100%;
}
Expand Down

0 comments on commit 4ca820f

Please sign in to comment.