diff options
Diffstat (limited to 'less/_dropdown.less')
| -rw-r--r-- | less/_dropdown.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/_dropdown.less b/less/_dropdown.less index 6ccd7566c..a4bd721e4 100644 --- a/less/_dropdown.less +++ b/less/_dropdown.less @@ -192,7 +192,7 @@ // // Reiterate per navbar.less and the modified component alignment there. -@media (min-width: @grid-float-breakpoint) { +.media-sm({ .navbar-right { .dropdown-menu { .dropdown-menu-right(); @@ -203,4 +203,4 @@ .dropdown-menu-left(); } } -} +}); |
