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

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;
}
}
}