1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-14 12:40:01 +01:00

MDL-57210 theme_boost: fix header buttons on smaller resolutions

This commit is contained in:
Ryan Wyllie 2016-12-01 02:21:25 +00:00
parent a0352aa95e
commit 3cc12bd747

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