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
  • Loading branch information
sivaschenko authored Jan 15, 2019
2 parents 3cd5fbe + c65cd8d commit 5ca6630
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 {
left: auto;
right: 10px;
}
&:after {
left: auto;
right: 9px;
}
}
}
}
}

//
// Widgets
Expand Down

0 comments on commit 5ca6630

Please sign in to comment.