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
776311b0
Commit
776311b0
authored
Jun 02, 2020
by
Benjamin Abraham
Browse files
Fix select in Cloze questions
parent
f51b5df2
Changes
1
Hide whitespace changes
Inline
Side-by-side
scss/style_post_scss.scss
View file @
776311b0
...
...
@@ -607,7 +607,10 @@ select + .btn-group, .btn-group + .btn {
//fix cloze question width
#page-mod-quiz-attempt
.formulation
input
[
type
=
"text"
]
{
width
:
auto
!
important
;
width
:
auto
!
important
;
}
#page-mod-quiz-attempt
.formulation
select
{
width
:
auto
!
important
;
}
#page-mod-quiz-attempt
,
#page-mod-quiz-review
{
...
...
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