app/assets/sass/layout/_navigation.scss: usermenu dropdown should extend .dropdown-menu-end to have it aligned to the right.
This commit is contained in:
parent
4793190b2c
commit
d75b54bf82
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-list {
|
&-list {
|
||||||
@extend .dropdown-menu;
|
@extend .dropdown-menu-end;
|
||||||
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
> li > a {
|
> li > a {
|
||||||
|
|
|
||||||
Reference in a new issue