Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
3cc12bd7
Commit
3cc12bd7
authored
Dec 01, 2016
by
Ryan Wyllie
Browse files
MDL-57210 theme_boost: fix header buttons on smaller resolutions
parent
a0352aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/boost/scss/moodle/modules.scss
View file @
3cc12bd7
...
...
@@ -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
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment