Skip to content

Commit

Permalink
issus fixed #20158 Store switcher not aligned proper in tab view
Browse files Browse the repository at this point in the history
issus fixed #20158 Store switcher not aligned proper in tab view
  • Loading branch information
cedarvinda authored Jan 10, 2019
1 parent 3a42052 commit c060b57
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,23 @@
}
}
}
.page-header{
.switcher {
.options {
ul.dropdown {
right: 0;
&:before{
right: 10px;
left: auto;
}
&:after {
right: 9px;
left: auto;
}
}
}
}
}

//
// Widgets
Expand Down

0 comments on commit c060b57

Please sign in to comment.