Skip to content

Commit

Permalink
ENGCOM-3825: issus fixed #20158 Store switcher not aligned proper in …
Browse files Browse the repository at this point in the history
…tab view #20160

 - Merge Pull Request #20160 from cedarvinda/magento2:Magento2.3-develop-PR12
 - Merged commits:
   1. c060b57
   2. 1e7bae1
  • Loading branch information
magento-engcom-team committed Jan 11, 2019
2 parents 4e27b91 + 1e7bae1 commit c65cd8d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,18 +312,18 @@
}
}
}
.page-header{
.page-header {
.switcher {
.options {
ul.dropdown {
right: 0;
&:before{
right: 10px;
&:before {
left: auto;
right: 10px;
}
&:after {
right: 9px;
left: auto;
right: 9px;
}
}
}
Expand Down

0 comments on commit c65cd8d

Please sign in to comment.