Merge branch 'MDL-57210-master' of git://github.com/ryanwyllie/moodle

This commit is contained in:
David Monllao 2016-12-01 16:12:25 +08:00
commit 2b114798b9

View File

@ -194,8 +194,11 @@ select {
.breadcrumb-button {
float: right;
margin-top: 4px;
&.nonavbar {
margin-top: -3rem;
@include media-breakpoint-up('md') {
&.nonavbar {
margin-top: -3rem;
}
}
}