Commit 2ff40378 authored by Winnie Hellmann's avatar Winnie Hellmann

Make new .dropdown-menu-align-right style global

parent 4a12df3a
...@@ -480,7 +480,7 @@ ...@@ -480,7 +480,7 @@
.dropdown-menu-align-right { .dropdown-menu-align-right {
left: auto; left: auto;
right: 0; right: 0;
margin-top: -5px; margin-top: 2px;
} }
.dropdown-menu-selectable { .dropdown-menu-selectable {
...@@ -757,9 +757,7 @@ ...@@ -757,9 +757,7 @@
// TODO: change global style and remove mixin // TODO: change global style and remove mixin
@mixin new-style-dropdown($selector: '') { @mixin new-style-dropdown($selector: '') {
#{$selector}.dropdown-menu-align-right {
margin-top: 2px;
}
} }
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment