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
eLearning
Moodle
moodle-theme_unige
Commits
85e25dc9
Commit
85e25dc9
authored
Aug 07, 2019
by
Camille Tardy
Browse files
CSS to Fix Workshop grid view
parent
4164a9b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
scss/style_post_scss.scss
View file @
85e25dc9
...
...
@@ -1205,3 +1205,12 @@ select + .btn-group, .btn-group + .btn {
}
}
}
// Fix Workshop grid view
@media
(
min-width
:
768px
)
{
.rubric-grid
.col-md-3
{
flex
:
auto
;
max-width
:
none
;
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
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